commit | 2e14e0c8cc5bc61ffacd380a981808194e9c7f84 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Mar 18 20:01:09 2006 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Mar 18 20:01:09 2006 -0500 |
tree | 2c648ed6624ac3b6cbddb09718f9e3214373072e | |
parent | 98eb44bdb5749f323a858d71bf5e7f0eddb61191 [diff] |
Change e2fsck to open non-mounted filesystems in exclusive mode Thanks to Andreas Dilger for this idea. If the filesystem is not mounted, e2fsck will open it in exclusive mode to prevent the a confused/careless system administrator from mounting the filesystem while the filesystem check is taking place, which could cause all sorts of problems. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>