]> www.infradead.org Git - users/willy/pagecache.git/commit
xfs: Remove mrlock wrapper mrlock
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 6 Sep 2023 18:58:32 +0000 (14:58 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 6 Sep 2023 20:57:50 +0000 (16:57 -0400)
commit29521c400c8d12ac2bb5b6474d2426c3124be6e7
tree705aac8a319aa501cddd9ea06a09fc0e08b8588a
parent754fb6a68dae3649398722ba0f1a38b3870f72a5
xfs: Remove mrlock wrapper

mrlock was an rwsem wrapper that also recorded whether the lock was
held for read or write.  Now that we can ask the generic code whether
the lock is held for read or write, we can remove this wrapper and use
an rwsem directly.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/xfs/mrlock.h [deleted file]
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_iops.c
fs/xfs/xfs_linux.h
fs/xfs/xfs_super.c