diff --git a/[refs] b/[refs] index 7310532aeee1..8c691ba98853 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6ddc4e6fed9c6f4adb273c8b36e1731f90ec17e +refs/heads/master: 3c85c36cc2e87018d38fcd033f41bbdf1360c07a diff --git a/trunk/fs/xfs/xfs_vfsops.c b/trunk/fs/xfs/xfs_vfsops.c index ea94593b5313..6351efb569c7 100644 --- a/trunk/fs/xfs/xfs_vfsops.c +++ b/trunk/fs/xfs/xfs_vfsops.c @@ -637,7 +637,7 @@ xfs_unmount( return XFS_ERROR(error); } -STATIC int +STATIC void xfs_quiesce_fs( xfs_mount_t *mp) { @@ -661,8 +661,6 @@ xfs_quiesce_fs( count++; } } while (count < 2); - - return 0; } /*