OSDN Git Service

xfs: kill XFS_DIR2...FIRSTDB macros
authorDave Chinner <dchinner@redhat.com>
Fri, 6 Jun 2014 05:04:41 +0000 (15:04 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 6 Jun 2014 05:04:41 +0000 (15:04 +1000)
commit8c44a28561625d36591cc1540eb5f9033a9d1815
tree4bf831c715077399594467d874d7320f6730407b
parent892e3f342f9888066f1ce56f3683572f0ca9b8e9
xfs: kill XFS_DIR2...FIRSTDB macros

They are just simple wrappers around xfs_dir2_byte_to_db(), and
we've already removed one usage earlier in the patch set. Kill
the rest before we start removing the xfs_mount from conversion
functions.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_da_format.c
fs/xfs/xfs_da_format.h
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_node.c