From 38c821173975fb56bd5918275e1853fadc75aa5b Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sun, 20 Oct 2002 12:55:55 +0000 Subject: [PATCH] Change to the package name for the ACL and attr development packages. Correct handling of realtime devices which was recently busted. --- libxfs/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5