Whamcloud - gitweb
fsck: Ignore /etc/fstab entries for bind mounts
authorTheodore Ts'o <tytso@mit.edu>
Thu, 20 Sep 2007 19:06:35 +0000 (15:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 20 Sep 2007 19:06:35 +0000 (15:06 -0400)
commited773a263829493e4e4bf612dbec2380cf09349f
tree075f420b3b5b9687716cbd7334f06877aab29679
parent29cf185826e1a3434c0192bbc7993b142660323c
fsck: Ignore /etc/fstab entries for bind mounts

If a user specifies a bind mount with a non-zero fsck pass number, for
example:

/foo    /bar    ext3    bind,defaults   1 3

print a warning and ignore the fstab entry.

Addresses-Red-Hat-Bugzilla: #151533

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/fsck.c