]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Change to the package name for the ACL and attr development packages.
authorNathan Scott <nathans@sgi.com>
Sun, 20 Oct 2002 12:55:55 +0000 (12:55 +0000)
committerNathan Scott <nathans@sgi.com>
Sun, 20 Oct 2002 12:55:55 +0000 (12:55 +0000)
Correct handling of realtime devices which was recently busted.

libxfs/init.c

index ed5ae28032168e024af5e9e6184eb859dd2fb254..a3b9dde1b707a5f02087524e168e3a1647a69141 100644 (file)
@@ -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;