aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/linux-2.6/xfs_sync.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.c b/fs/xfs/linux-2.6/xfs_sync.c
index ca5bd2951a84..2ed035354c26 100644
--- a/fs/xfs/linux-2.6/xfs_sync.c
+++ b/fs/xfs/linux-2.6/xfs_sync.c
@@ -707,8 +707,6 @@ restart:
707 break; 707 break;
708 } 708 }
709 709
710 ASSERT(xfs_iflags_test(ip, (XFS_IRECLAIMABLE|XFS_IRECLAIM)));
711
712 /* ignore if already under reclaim */ 710 /* ignore if already under reclaim */
713 if (xfs_iflags_test(ip, XFS_IRECLAIM)) { 711 if (xfs_iflags_test(ip, XFS_IRECLAIM)) {
714 read_unlock(&pag->pag_ici_lock); 712 read_unlock(&pag->pag_ici_lock);