diff options
author | Christoph Hellwig <hch@lst.de> | 2009-02-04 03:34:34 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@brick.lst.de> | 2009-02-04 03:34:34 -0500 |
commit | c52e9fd8a9d3ac019680ffa315c1a0689d401ce3 (patch) | |
tree | 742b2fc8f27769cc785f111339f2a2dbf3fd3a0e /fs/xfs/xfs_mount.h | |
parent | cb3f35bb3bf0759e00cd4f68155da9b636421f84 (diff) |
xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCK
These aren't only unused but also reference a lock that doesn't exist anymore.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index f5e9937f9bdb..670c10e098a0 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -500,9 +500,6 @@ typedef struct xfs_mod_sb { | |||
500 | int64_t msb_delta; /* Change to make to specified field */ | 500 | int64_t msb_delta; /* Change to make to specified field */ |
501 | } xfs_mod_sb_t; | 501 | } xfs_mod_sb_t; |
502 | 502 | ||
503 | #define XFS_MOUNT_ILOCK(mp) mutex_lock(&((mp)->m_ilock)) | ||
504 | #define XFS_MOUNT_IUNLOCK(mp) mutex_unlock(&((mp)->m_ilock)) | ||
505 | |||
506 | extern int xfs_log_sbcount(xfs_mount_t *, uint); | 503 | extern int xfs_log_sbcount(xfs_mount_t *, uint); |
507 | extern int xfs_mountfs(xfs_mount_t *mp); | 504 | extern int xfs_mountfs(xfs_mount_t *mp); |
508 | extern void xfs_mountfs_check_barriers(xfs_mount_t *mp); | 505 | extern void xfs_mountfs_check_barriers(xfs_mount_t *mp); |