aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-11-19 15:52:00 +0000
committerAlex Elder <aelder@sgi.com>2010-01-15 15:31:38 -0600
commit5d77c0dc0c05c2c65aee16149fae06831a118730 (patch)
tree742ac29243b5cd00b4e3cf2a01b6aec5046912ae /fs/xfs/linux-2.6/xfs_sync.c
parent6bded0f383fd7971b76ad6c194dda7d5b814b871 (diff)
downloadkernel_samsung_espresso10-5d77c0dc0c05c2c65aee16149fae06831a118730.zip
kernel_samsung_espresso10-5d77c0dc0c05c2c65aee16149fae06831a118730.tar.gz
kernel_samsung_espresso10-5d77c0dc0c05c2c65aee16149fae06831a118730.tar.bz2
xfs: make several more functions static
Just minor housekeeping, a lot more functions can be trivially made static; others could if we reordered things a bit... Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.c b/fs/xfs/linux-2.6/xfs_sync.c
index 1f5e4bb..0f90bfe 100644
--- a/fs/xfs/linux-2.6/xfs_sync.c
+++ b/fs/xfs/linux-2.6/xfs_sync.c
@@ -351,7 +351,7 @@ xfs_commit_dummy_trans(
return error;
}
-int
+STATIC int
xfs_sync_fsdata(
struct xfs_mount *mp,
int flags)