summaryrefslogtreecommitdiffstats
path: root/scripts/extract-vmlinux
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2020-10-15 13:03:30 +0200
committerTheodore Ts'o <tytso@mit.edu>2020-10-18 10:37:26 -0400
commite0770e91424f694b461141cbc99adf6b23006b60 (patch)
tree9cc0167aece66eb6ebbb1df81db47b31ee83af5b /scripts/extract-vmlinux
parentfc750a3b44bdccb9fb96d6abbc48a9b8e480ce7b (diff)
downloadlinux-e0770e91424f694b461141cbc99adf6b23006b60.tar.bz2
ext4: Detect already used quota file early
When we try to use file already used as a quota file again (for the same or different quota type), strange things can happen. At the very least lockdep annotations may be wrong but also inode flags may be wrongly set / reset. When the file is used for two quota types at once we can even corrupt the file and likely crash the kernel. Catch all these cases by checking whether passed file is already used as quota file and bail early in that case. This fixes occasional generic/219 failure due to lockdep complaint. Reviewed-by: Andreas Dilger <adilger@dilger.ca> Reported-by: Ritesh Harjani <riteshh@linux.ibm.com> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20201015110330.28716-1-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scripts/extract-vmlinux')
0 files changed, 0 insertions, 0 deletions