From: Nathan Scott Date: Sun, 20 Oct 2002 12:55:55 +0000 (+0000) Subject: Change to the package name for the ACL and attr development packages. X-Git-Tag: v2.4.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38c821173975fb56bd5918275e1853fadc75aa5b;p=thirdparty%2Fxfsprogs-dev.git Change to the package name for the ACL and attr development packages. Correct handling of realtime devices which was recently busted. --- diff --git a/libxfs/init.c b/libxfs/init.c index ed5ae2803..a3b9dde1b 100644 --- a/libxfs/init.c +++ b/libxfs/init.c @@ -659,7 +659,7 @@ rtmount_init( sbp = &mp->m_sb; if (sbp->sb_rblocks == 0) return 0; - if (mp->m_rtdev != 0) { + if (mp->m_rtdev == 0) { fprintf(stderr, "%s: filesystem has a realtime subvolume\n", progname); return -1;