]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0407400489a41a4d7b8157218b9fba97bbf03041
tree4bf831c715077399594467d874d7320f6730407b
parentbd293008d409ee5a1a33be9674675948b2d8e521
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