diff options
author | Christoph Hellwig <hch@infradead.org> | 2013-12-06 15:30:08 -0500 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-12-18 16:38:57 -0500 |
commit | 01f4f3277556d4f4f833371db0219b0ca11c5409 (patch) | |
tree | 393ca8f6130a12c5a64e4d5ab42a907f60fb9847 /fs/xfs/xfs_inode.h | |
parent | 30ba7ad54335e4715d3cc9cc8f43cbf1b3535e46 (diff) |
xfs: remove xfs_iunlock_map_shared
We can just use xfs_iunlock without any loss of clarity.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 9e6efccbae04..5e2bd17cf2be 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -338,7 +338,6 @@ void xfs_iunlock(xfs_inode_t *, uint); | |||
338 | void xfs_ilock_demote(xfs_inode_t *, uint); | 338 | void xfs_ilock_demote(xfs_inode_t *, uint); |
339 | int xfs_isilocked(xfs_inode_t *, uint); | 339 | int xfs_isilocked(xfs_inode_t *, uint); |
340 | uint xfs_ilock_map_shared(xfs_inode_t *); | 340 | uint xfs_ilock_map_shared(xfs_inode_t *); |
341 | void xfs_iunlock_map_shared(xfs_inode_t *, uint); | ||
342 | int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, umode_t, | 341 | int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, umode_t, |
343 | xfs_nlink_t, xfs_dev_t, prid_t, int, | 342 | xfs_nlink_t, xfs_dev_t, prid_t, int, |
344 | struct xfs_buf **, xfs_inode_t **); | 343 | struct xfs_buf **, xfs_inode_t **); |