]> git.neil.brown.name Git - history.git/commitdiff
[XFS] Mark several functions as being static.
authorNathan Scott <nathans@sgi.com>
Mon, 13 Dec 2004 23:32:32 +0000 (10:32 +1100)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Dec 2004 23:32:32 +0000 (10:32 +1100)
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>
fs/xfs/linux-2.6/xfs_buf.c
fs/xfs/linux-2.6/xfs_super.c

index c161db6c2ea2e1dd3190ba19d40365c9f57a7ec3..4f7b9d367b16667c36ee5af7b1fc1bd234c7d0a7 100644 (file)
@@ -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)
 {
index 169da9dc9b9fb28d57f74e79f43588aca06c8586..be83716db1458b0069e4bcd8eddb42763a57f050 100644 (file)
@@ -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)