diff options
Diffstat (limited to 'fs/xfs/xfs_da_btree.h')
-rw-r--r-- | fs/xfs/xfs_da_btree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_da_btree.h b/fs/xfs/xfs_da_btree.h index 0e8182c5210b..6fb3371c63cf 100644 --- a/fs/xfs/xfs_da_btree.h +++ b/fs/xfs/xfs_da_btree.h | |||
@@ -301,6 +301,8 @@ int xfs_da3_node_read(struct xfs_trans *tp, struct xfs_inode *dp, | |||
301 | xfs_dablk_t bno, xfs_daddr_t mappedbno, | 301 | xfs_dablk_t bno, xfs_daddr_t mappedbno, |
302 | struct xfs_buf **bpp, int which_fork); | 302 | struct xfs_buf **bpp, int which_fork); |
303 | 303 | ||
304 | extern const struct xfs_buf_ops xfs_da3_node_buf_ops; | ||
305 | |||
304 | /* | 306 | /* |
305 | * Utility routines. | 307 | * Utility routines. |
306 | */ | 308 | */ |