diff options
author | 2020-06-10 17:36:03 +0200 | |
---|---|---|
committer | 2020-06-15 09:18:11 +0200 | |
commit | b35250c0816c7cf7d0a8de92f5fafb6a7508a708 (patch) | |
tree | 0689da48fedf802f8af757d5521eea198108fa37 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse (diff) | |
download | linux-dev-b35250c0816c7cf7d0a8de92f5fafb6a7508a708.tar.xz linux-dev-b35250c0816c7cf7d0a8de92f5fafb6a7508a708.zip |
writeback: Protect inode->i_io_list with inode->i_lock
Currently, operations on inode->i_io_list are protected by
wb->list_lock. In the following patches we'll need to maintain
consistency between inode->i_state and inode->i_io_list so change the
code so that inode->i_lock protects also all inode's i_io_list handling.
Reviewed-by: Martijn Coenen <maco@android.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
CC: stable@vger.kernel.org # Prerequisite for "writeback: Avoid skipping inode writeback"
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions