aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2004-12-14 10:32:32 +1100
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-14 10:32:32 +1100
commit889d558d2c9fd2ea43cce0934f893796d0686979 (patch)
treed5fc5c1052e1fea6ba0f24e7b1ac686a6a335df8 /fs
parent8978fa2c01d68d662332215acb12c34a4bb93ee4 (diff)
downloadhistory-889d558d2c9fd2ea43cce0934f893796d0686979.tar.gz
[XFS] Mark several functions as being static.
SGI-PV: 904196 SGI-Modid: xfs-linux:xfs-kern:20565a Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/linux-2.6/xfs_buf.c4
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index c161db6c2ea2e1..4f7b9d367b1666 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -1076,7 +1076,7 @@ _pagebuf_wait_unpin(
* done with respect to that I/O. The pb_iodone routine, if
* present, will be called as a side-effect.
*/
-void
+STATIC void
pagebuf_iodone_work(
void *v)
{
@@ -1255,7 +1255,7 @@ bio_end_io_pagebuf(
return 0;
}
-void
+STATIC void
_pagebuf_ioapply(
xfs_buf_t *pb)
{
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 169da9dc9b9fb2..be83716db1458b 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -288,7 +288,7 @@ linvfs_destroy_inode(
kmem_cache_free(linvfs_inode_zone, LINVFS_GET_VP(inode));
}
-int
+STATIC int
xfs_inode_shake(
int priority,
unsigned int gfp_mask)