Commit 889d558d authored by Nathan Scott's avatar Nathan Scott Committed by Linus Torvalds

[XFS] Mark several functions as being static.

SGI-PV: 904196
SGI-Modid: xfs-linux:xfs-kern:20565a
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 8978fa2c
......@@ -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)
{
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment