commit | eb513689c97e3e73bb9b4459d490a8e894b4a546 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Nov 07 10:47:42 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 07 10:47:42 2011 -0500 |
tree | 767931920c50055b4416b4554fa2dfac4c579b2a | |
parent | 5c8a0fbba543d9428a486f0d1282bbcf3cf1d95a [diff] |
ext4: ignore journalled data options on remount if fs has no journal This avoids a confusing failure in the init scripts when the /etc/fstab has data=writeback or data=journal but the file system does not have a journal. So check for this case explicitly, and warn the user that we are ignoring the (pointless, since they have no journal) data=* mount option. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>