diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_shared.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_shared.h b/fs/xfs/libxfs/xfs_shared.h index 15c3ceb845b9..81ac870834da 100644 --- a/fs/xfs/libxfs/xfs_shared.h +++ b/fs/xfs/libxfs/xfs_shared.h | |||
@@ -53,6 +53,7 @@ extern const struct xfs_buf_ops xfs_dquot_buf_ra_ops; | |||
53 | extern const struct xfs_buf_ops xfs_sb_buf_ops; | 53 | extern const struct xfs_buf_ops xfs_sb_buf_ops; |
54 | extern const struct xfs_buf_ops xfs_sb_quiet_buf_ops; | 54 | extern const struct xfs_buf_ops xfs_sb_quiet_buf_ops; |
55 | extern const struct xfs_buf_ops xfs_symlink_buf_ops; | 55 | extern const struct xfs_buf_ops xfs_symlink_buf_ops; |
56 | extern const struct xfs_buf_ops xfs_rtbuf_ops; | ||
56 | 57 | ||
57 | /* | 58 | /* |
58 | * Transaction types. Used to distinguish types of buffers. These never reach | 59 | * Transaction types. Used to distinguish types of buffers. These never reach |