diff options
author | Jan Kara <[email protected]> | 2016-12-03 16:20:53 -0500 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2016-12-03 16:20:53 -0500 |
commit | ab04df78181b271dca096a8050877469889e3c8c (patch) | |
tree | 3c01b24ba4a381b4de9c6189fa66e4a43e512df9 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | b649668c0bb3f54523cd932490a3f637859fdeb0 (diff) |
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 <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions