]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/init.c
Change to the package name for the ACL and attr development packages.
[thirdparty/xfsprogs-dev.git] / 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;