diff options
| -rw-r--r-- | fs/xfs/libxfs/xfs_btree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_btree.c b/fs/xfs/libxfs/xfs_btree.c index 994fc1c8c7c6..5f33adf8eecb 100644 --- a/fs/xfs/libxfs/xfs_btree.c +++ b/fs/xfs/libxfs/xfs_btree.c | |||
| @@ -109,7 +109,7 @@ __xfs_btree_check_lblock( | |||
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | /* Check a long btree block header. */ | 111 | /* Check a long btree block header. */ |
| 112 | int | 112 | static int |
| 113 | xfs_btree_check_lblock( | 113 | xfs_btree_check_lblock( |
| 114 | struct xfs_btree_cur *cur, | 114 | struct xfs_btree_cur *cur, |
| 115 | struct xfs_btree_block *block, | 115 | struct xfs_btree_block *block, |
| @@ -239,7 +239,7 @@ xfs_btree_check_sptr( | |||
| 239 | * Check that a given (indexed) btree pointer at a certain level of a | 239 | * Check that a given (indexed) btree pointer at a certain level of a |
| 240 | * btree is valid and doesn't point past where it should. | 240 | * btree is valid and doesn't point past where it should. |
| 241 | */ | 241 | */ |
| 242 | int | 242 | static int |
| 243 | xfs_btree_check_ptr( | 243 | xfs_btree_check_ptr( |
| 244 | struct xfs_btree_cur *cur, | 244 | struct xfs_btree_cur *cur, |
| 245 | union xfs_btree_ptr *ptr, | 245 | union xfs_btree_ptr *ptr, |
