aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2008-08-13 02:17:37 -0400
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-08-13 02:17:37 -0400
commit1550d0b0b08bc34c0c37a86bd884b1a70782104e (patch)
tree6d760d1398b74c73c99097989e21d8a9622cdfa3 /fs/xfs/xfs_mount.c
parent907f49a8f552acc5d75635e86d567f05daf5c0d8 (diff)
[XFS] kill INDUCE_IO_ERROR
All the error injection is already enabled through ifdef DEBUG, so kill the never set second cpp symbol to activate it without the rest of the debugging infrastructure. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31771a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Niv Sardi <xaiki@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r--fs/xfs/xfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c
index 31699b19bb3c..6b4350700c0d 100644
--- a/fs/xfs/xfs_mount.c
+++ b/fs/xfs/xfs_mount.c
@@ -1315,7 +1315,7 @@ xfs_unmountfs(xfs_mount_t *mp)
1315 if ((mp->m_flags & XFS_MOUNT_NOUUID) == 0) 1315 if ((mp->m_flags & XFS_MOUNT_NOUUID) == 0)
1316 uuid_table_remove(&mp->m_sb.sb_uuid); 1316 uuid_table_remove(&mp->m_sb.sb_uuid);
1317 1317
1318#if defined(DEBUG) || defined(INDUCE_IO_ERROR) 1318#if defined(DEBUG)
1319 xfs_errortag_clearall(mp, 0); 1319 xfs_errortag_clearall(mp, 0);
1320#endif 1320#endif
1321 xfs_mount_free(mp); 1321 xfs_mount_free(mp);