projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd514bd
)
[XFS] Remove STATIC which was missing from prior manual merge
author
Tim Shimmin
<tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 05:32:57 +0000
(15:32 +1000)
committer
Tim Shimmin
<tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 05:32:57 +0000
(15:32 +1000)
Removes STATIC on xfs_freeze function which was not manually
applied for SGI-Modid: xfs-linux-melb:xfs-kern:29504a.
Reviewed-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@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 23579ff374c5bb6dcfdd94b2ac73a4f432d3270b..a5a8454f2a631684de389d911a54055c5e64701a 100644
(file)
--- a/
fs/xfs/xfs_vfsops.c
+++ b/
fs/xfs/xfs_vfsops.c
@@
-2117,7
+2117,7
@@
xfs_showargs(
* need to take care of themetadata. Once that's done write a dummy
* record to dirty the log in case of a crash while frozen.
*/
-
STATIC
void
+void
xfs_freeze(
xfs_mount_t *mp)
{