From 11f0b87d7785fbb988a091f7588abcc751cbd8b4 Mon Sep 17 00:00:00 2001 From: David Chinner Date: Thu, 10 Apr 2008 12:19:40 +1000 Subject: [PATCH] --- yaml --- r: 89407 b: refs/heads/master c: 3c85c36cc2e87018d38fcd033f41bbdf1360c07a h: refs/heads/master i: 89405: 15a87924e7fe67d15d67a3aedd9eef6ed73fd2a3 89403: 8f6baabcb1aec9fd58c9d80ab44a43f2060ccb44 89399: c599c32567ca93d8572a2088c9f67a64cbee3788 89391: 905845e9d89975e1be7d35000094f0a9d3a8b635 89375: 6c7eb7e3361e5683aa74ea3cfcc4f7719db7bc19 89343: 26ecd0541227a2baf26c654761348add9f320ad9 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_vfsops.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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; } /*