diff options
| author | 2016-01-05 08:08:35 +1100 | |
|---|---|---|
| committer | 2016-01-05 08:08:35 +1100 | |
| commit | 7eeabbd4b6b69f3f6cb75730f17804b714bd853b (patch) | |
| tree | 9acbd170426728ea53f1d12ebae6c22b100f78de /fs/xfs/libxfs/xfs_dir2_data.c | |
| parent | xfs: debug mode log record crc error injection (diff) | |
| parent | XFS: Use a signed return type for suffix_kstrtoint() (diff) | |
| download | wireguard-linux-7eeabbd4b6b69f3f6cb75730f17804b714bd853b.tar.xz wireguard-linux-7eeabbd4b6b69f3f6cb75730f17804b714bd853b.zip | |
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_dir2_data.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_dir2_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_dir2_data.c b/fs/xfs/libxfs/xfs_dir2_data.c index af71a84f343c..725fc7841fde 100644 --- a/fs/xfs/libxfs/xfs_dir2_data.c +++ b/fs/xfs/libxfs/xfs_dir2_data.c @@ -305,11 +305,13 @@ xfs_dir3_data_write_verify( } const struct xfs_buf_ops xfs_dir3_data_buf_ops = { + .name = "xfs_dir3_data", .verify_read = xfs_dir3_data_read_verify, .verify_write = xfs_dir3_data_write_verify, }; static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = { + .name = "xfs_dir3_data_reada", .verify_read = xfs_dir3_data_reada_verify, .verify_write = xfs_dir3_data_write_verify, }; |
