aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
index 301a6b8c2034..7ed15bdc32bf 100644
--- a/fs/xfs/xfs_log.c
+++ b/fs/xfs/xfs_log.c
@@ -764,7 +764,6 @@ xfs_log_move_tail(xfs_mount_t *mp,
764 764
765 if (XLOG_FORCED_SHUTDOWN(log)) 765 if (XLOG_FORCED_SHUTDOWN(log))
766 return; 766 return;
767 ASSERT(!XFS_FORCED_SHUTDOWN(mp));
768 767
769 if (tail_lsn == 0) { 768 if (tail_lsn == 0) {
770 /* needed since sync_lsn is 64 bits */ 769 /* needed since sync_lsn is 64 bits */