aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-07-08 19:36:02 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-07-08 19:36:02 -0400
commit2dca60d98e241bea686004168f85208f215fc697 (patch)
tree54f5910d68c13a4f88e22d36a4fe760740e9b174 /tools/perf/scripts/python/syscall-counts.py
parentext4: fix false negatives *and* false positives in ext4_check_descriptors() (diff)
downloadlinux-2dca60d98e241bea686004168f85208f215fc697.tar.gz
linux-2dca60d98e241bea686004168f85208f215fc697.zip
ext4: clear mmp sequence number when remounting read-only
Previously, when an MMP-protected file system is remounted read-only, the kmmpd thread would exit the next time it woke up (a few seconds later), without resetting the MMP sequence number back to EXT4_MMP_SEQ_CLEAN. Fix this by explicitly killing the MMP thread when the file system is remounted read-only. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: Andreas Dilger <adilger@dilger.ca>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
rtions'>+6 2006-07-06builtin-rev-parse.c: constness tighteningJunio C Hamano1-1/+1 2006-07-06core.compression documentation formatting fix.Joachim Berdal Haga1-1/+1 2006-07-05git-reset: complain and exit upon seeing an unknown parameter.Junio C Hamano1-1/+5 2006-07-05Fix print-log and diff compatibility with recent vc versionsVille Skytt,Ad(B1-6/+7 2006-07-05git-svn: avoid fetching files outside of the URL we're trackingEric Wong1-1/+1 2006-07-04Re-fix clear_commit_marks().Junio C Hamano3-16/+8 2006-07-04Improve git-peek-remoteLinus Torvalds4-13/+58 2006-07-04rev-list: free commit_list in ... handlerRene Scharfe1-0/+1 2006-07-04git-grep: use a bit more specific error messages.Junio C Hamano1-4/+11 2006-07-04git-grep: fix exit code when we use external grep.Junio C Hamano1-5/+10 2006-07-04git-grep: fix parsing of pathspec separator '--'Junio C Hamano1-1/+5 2006-07-04Teach rev-parse the ... syntax.Santi Béjar1-18/+47 2006-07-04t8001-annotate: fix a bash-ism in this testEric Wong1-2/+2 2006-07-03Make git-fmt-merge-msg a builtinJohannes Schindelin5-177/+362