mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
fs: retire stale lock ordering annotations from inode hash
1. iunique does not take the hash lock as of:3f19b2ab97("vfs, afs, ext4: Make the inode hash table RCU searchable") 2. s_inode_list_lock is no longer taken under the hash lock as of:c918f15420("fs: call inode_sb_list_add() outside of inode hash lock") Signed-off-by: Mateusz Guzik <mjguzik@gmail.com> Link: https://patch.msgid.link/20260423170431.1483370-1-mjguzik@gmail.com Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
62c251278f
commit
5b451b76c8
|
|
@ -53,11 +53,7 @@
|
|||
* inode->i_lock
|
||||
*
|
||||
* inode_hash_lock
|
||||
* inode->i_sb->s_inode_list_lock
|
||||
* inode->i_lock
|
||||
*
|
||||
* iunique_lock
|
||||
* inode_hash_lock
|
||||
*/
|
||||
|
||||
static unsigned int i_hash_mask __ro_after_init;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user