mm: Fix comments mentioning i_mutex
authorJan Kara <jack@suse.cz>
Mon, 12 Apr 2021 13:50:21 +0000 (15:50 +0200)
committerJan Kara <jack@suse.cz>
Mon, 12 Jul 2021 16:31:16 +0000 (18:31 +0200)
commit9608703e488cf7a711c42c7ccd981c32377f7b78
treea8d1ede6b0932cad4588fa242ce258defc4ffed7
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
mm: Fix comments mentioning i_mutex

inode->i_mutex has been replaced with inode->i_rwsem long ago. Fix
comments still mentioning i_mutex.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Jan Kara <jack@suse.cz>
mm/filemap.c
mm/madvise.c
mm/memory-failure.c
mm/rmap.c
mm/shmem.c
mm/truncate.c