]> Git Repo - linux.git/commit
writeback: Protect inode->i_io_list with inode->i_lock
authorJan Kara <[email protected]>
Wed, 10 Jun 2020 15:36:03 +0000 (17:36 +0200)
committerJan Kara <[email protected]>
Mon, 15 Jun 2020 07:18:11 +0000 (09:18 +0200)
commitb35250c0816c7cf7d0a8de92f5fafb6a7508a708
tree0689da48fedf802f8af757d5521eea198108fa37
parent5b14671be58d0084e7e2d1cc9c2c36a94467f6e0
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
CC: [email protected] # Prerequisite for "writeback: Avoid skipping inode writeback"
Signed-off-by: Jan Kara <[email protected]>
fs/fs-writeback.c
This page took 0.052462 seconds and 4 git commands to generate.