Whamcloud - gitweb
e2fsck: fix precedence bug in built-in quota support
authorTheodore Ts'o <tytso@mit.edu>
Tue, 22 May 2012 01:58:39 +0000 (21:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 May 2012 02:08:13 +0000 (22:08 -0400)
commit9b01faa8b24909fca2d220efbdc989285796f6c4
treecae52f37ccb07a11db3ab36e9634d2d8dddc147a
parent3b693d0b03569795d04920a04a0a21e5f64ffedc
e2fsck: fix precedence bug in built-in quota support

The operator precedence bug means that we might pay atteion to
s_grp_quota_inum even if the RO_COMPAT_QUOTA feature flag is clear.
However, fortunately, this is unlikely to happen in practice.

Cc: Aditya Kali <adityakali@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass1.c