From: Andrew Morton Date: Mon, 29 Oct 2007 21:37:21 +0000 (-0700) Subject: revert "ufs: Fix mount check in ufs_fill_super()" X-Git-Tag: v2.6.24-rc2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f664f1f9b77d6c64f3cee1875dcb4faba0da6dd4;p=pandora-kernel.git revert "ufs: Fix mount check in ufs_fill_super()" Evgeniy said: I wonder on what type of UFS do you test this patch? NetBSD and FreeBSD do not use "fs_state", they use "fs_clean" flag, only Solaris does check like this: fs_state + fs_time == FSOK. That's why parentheses was like that. At now with linux-2.6.24-rc1-git1, I get: fs need fsck, but NetBSD's fsck says that's all ok. I suggest revert this patch. Cc: Evgeniy Dushistov Cc: Satyam Sharma Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed