projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ddc4e
)
[XFS] xfs_quiesce_fs() never returns an error. Mark it void.
author
David Chinner
<dgc@sgi.com>
Thu, 10 Apr 2008 02:19:40 +0000
(12:19 +1000)
committer
Lachlan McIlroy
<lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:51:46 +0000
(11:51 +1000)
SGI-PV: 980084
SGI-Modid: xfs-linux-melb:xfs-kern:30780a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_vfsops.c
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_vfsops.c
b/fs/xfs/xfs_vfsops.c
index
ea94593
..
6351efb
100644
(file)
--- a/
fs/xfs/xfs_vfsops.c
+++ b/
fs/xfs/xfs_vfsops.c
@@
-637,7
+637,7
@@
out:
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;
}
/*