summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2016-12-03 22:20:53 +0100
committerTheodore Ts'o <tytso@mit.edu>2016-12-03 22:20:53 +0100
commitab04df78181b271dca096a8050877469889e3c8c (patch)
tree3c01b24ba4a381b4de9c6189fa66e4a43e512df9 /Documentation/filesystems
parentmbcache: document that "find" functions only return reusable entries (diff)
downloadlinux-ab04df78181b271dca096a8050877469889e3c8c.tar.xz
linux-ab04df78181b271dca096a8050877469889e3c8c.zip
ext4: fix checks for data=ordered and journal_async_commit options
Combination of data=ordered mode and journal_async_commit mount option is invalid. However the check in parse_options() fails to detect the case where we simply end up defaulting to data=ordered mode and we detect the problem only on remount which triggers hard to understand failure to remount the filesystem. Fix the checking of mount options to take into account also the default mode by moving the check somewhat later in the mount sequence. Reported-by: Wolfgang Walter <linux@stwm.de> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions