]> sourceware.org Git - lvm2.git/commit
daemons/cmirrord/functions.c (part of cmirrord) was referencing
authorJonathan Earl Brassow <jbrassow@redhat.com>
Fri, 18 Jun 2010 20:58:04 +0000 (20:58 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Fri, 18 Jun 2010 20:58:04 +0000 (20:58 +0000)
commit2995925278d6a1647f2324c56ba47ee184fe55ef
treed95845736af8c073c380533ac482ce04779d8ced
parentf6da9ca88aa17d3a1a7e6ebe7ec40b0aab57de2d
daemons/cmirrord/functions.c (part of cmirrord) was referencing
linux/kdev_t.h even though it wasn't needed.  Strangely, it seems
to be causing problems on various architectures (i686) in the
function daemons/cmirrord/functions.c:disk_status_info()->sprintf.

I'm not sure why this is a problem since none of the macros in
kdev_t.h are used in that code, but it certainly doesn't hurt to
pull an unnecessary header and it seems to fix the problem.
WHATS_NEW
daemons/cmirrord/functions.c
This page took 0.039046 seconds and 5 git commands to generate.