diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 8483b35821e0..9f974f4b3307 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -633,7 +633,7 @@ xfs_max_file_offset( | |||
633 | return (((__uint64_t)pagefactor) << bitshift) - 1; | 633 | return (((__uint64_t)pagefactor) << bitshift) - 1; |
634 | } | 634 | } |
635 | 635 | ||
636 | int | 636 | STATIC int |
637 | xfs_blkdev_get( | 637 | xfs_blkdev_get( |
638 | xfs_mount_t *mp, | 638 | xfs_mount_t *mp, |
639 | const char *name, | 639 | const char *name, |
@@ -650,7 +650,7 @@ xfs_blkdev_get( | |||
650 | return -error; | 650 | return -error; |
651 | } | 651 | } |
652 | 652 | ||
653 | void | 653 | STATIC void |
654 | xfs_blkdev_put( | 654 | xfs_blkdev_put( |
655 | struct block_device *bdev) | 655 | struct block_device *bdev) |
656 | { | 656 | { |
@@ -871,7 +871,7 @@ xfsaild_wakeup( | |||
871 | wake_up_process(ailp->xa_task); | 871 | wake_up_process(ailp->xa_task); |
872 | } | 872 | } |
873 | 873 | ||
874 | int | 874 | STATIC int |
875 | xfsaild( | 875 | xfsaild( |
876 | void *data) | 876 | void *data) |
877 | { | 877 | { |