Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89407
b: refs/heads/master
c: 3c85c36
h: refs/heads/master
i:
  89405: 15a8792
  89403: 8f6baab
  89399: c599c32
  89391: 905845e
  89375: 6c7eb7e
  89343: 26ecd05
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Apr 18, 2008
1 parent 8ff4ad4 commit 11f0b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6ddc4e6fed9c6f4adb273c8b36e1731f90ec17e
refs/heads/master: 3c85c36cc2e87018d38fcd033f41bbdf1360c07a
4 changes: 1 addition & 3 deletions trunk/fs/xfs/xfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ xfs_unmount(
return XFS_ERROR(error);
}

STATIC int
STATIC void
xfs_quiesce_fs(
xfs_mount_t *mp)
{
Expand All @@ -661,8 +661,6 @@ xfs_quiesce_fs(
count++;
}
} while (count < 2);

return 0;
}

/*
Expand Down

0 comments on commit 11f0b87

Please sign in to comment.