aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_vfsops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c
index ea94593b5313..6351efb569c7 100644
--- a/fs/xfs/xfs_vfsops.c
+++ b/fs/xfs/xfs_vfsops.c
@@ -637,7 +637,7 @@ out:
637 return XFS_ERROR(error); 637 return XFS_ERROR(error);
638} 638}
639 639
640STATIC int 640STATIC void
641xfs_quiesce_fs( 641xfs_quiesce_fs(
642 xfs_mount_t *mp) 642 xfs_mount_t *mp)
643{ 643{
@@ -661,8 +661,6 @@ xfs_quiesce_fs(
661 count++; 661 count++;
662 } 662 }
663 } while (count < 2); 663 } while (count < 2);
664
665 return 0;
666} 664}
667 665
668/* 666/*