| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 05/17] xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCK |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Mon, 26 Jan 2009 02:31:41 -0500 |
| References: | <20090126073136.384490000@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.47-1 |
These aren't only unused but also reference a lock that doesn't exist anymore.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/xfs_mount.h
===================================================================
--- xfs.orig/fs/xfs/xfs_mount.h 2009-01-21 21:03:27.866294994 +0100
+++ xfs/fs/xfs/xfs_mount.h 2009-01-24 18:13:41.777903750 +0100
@@ -500,9 +500,6 @@ typedef struct xfs_mod_sb {
int64_t msb_delta; /* Change to make to specified field */
} xfs_mod_sb_t;
-#define XFS_MOUNT_ILOCK(mp) mutex_lock(&((mp)->m_ilock))
-#define XFS_MOUNT_IUNLOCK(mp) mutex_unlock(&((mp)->m_ilock))
-
extern int xfs_log_sbcount(xfs_mount_t *, uint);
extern int xfs_mountfs(xfs_mount_t *mp);
extern void xfs_mountfs_check_barriers(xfs_mount_t *mp);
|
| Previous by Date: | [PATCH 04/17] xfs: tiny cleanup for xfs_link, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 06/17] xfs: remove iclog calculation special cases, Christoph Hellwig |
| Previous by Thread: | Re: [PATCH 04/17] xfs: tiny cleanup for xfs_link, Felix Blyakher |
| Next by Thread: | Re: [PATCH 05/17] xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCK, Felix Blyakher |
| Indexes: | [Date] [Thread] [Top] [All Lists] |