summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
authorChristoph Hellwig2008-04-22 09:34:50 +0200
committerLachlan McIlroy2008-04-29 07:57:38 +0200
commitce46193bcaaf3c769718bcec6eae94719b8f53ed (patch)
tree8590e399e845d93953bd9ef47dd02581624e4afd /fs/xfs/xfs_mount.h
parent[XFS] split xfs_icsb_balance_counter (diff)
downloadkernel-qcow2-linux-ce46193bcaaf3c769718bcec6eae94719b8f53ed.tar.gz
kernel-qcow2-linux-ce46193bcaaf3c769718bcec6eae94719b8f53ed.tar.xz
kernel-qcow2-linux-ce46193bcaaf3c769718bcec6eae94719b8f53ed.zip
[XFS] kill XFS_ICSB_SB_LOCKED
With the last two patches XFS_ICSB_SB_LOCKED is never checked and only superflously passed to xfs_icsb_count, so kill it. SGI-PV: 976035 SGI-Modid: xfs-linux-melb:xfs-kern:30920a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index 06ecaeb338a5..27b558ee576f 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -206,7 +206,6 @@ typedef struct xfs_icsb_cnts {
#define XFS_ICSB_FLAG_LOCK (1 << 0) /* counter lock bit */
-#define XFS_ICSB_SB_LOCKED (1 << 0) /* sb already locked */
#define XFS_ICSB_LAZY_COUNT (1 << 1) /* accuracy not needed */
extern int xfs_icsb_init_counters(struct xfs_mount *);