]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: pass xfs_da_args to xfs_attr_leaf_newentsize
authorDave Chinner <dchinner@redhat.com>
Fri, 6 Jun 2014 05:21:27 +0000 (15:21 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 6 Jun 2014 05:21:27 +0000 (15:21 +1000)
commit814511e50793ed1ad2834e0ac5ff0f071736e6b2
tree98d22fb1394aa1b55572ff2d708d4115ed1ace5c
parente084fbbd9ee5df09ad8d5d976000d299d1e6f180
xfs: pass xfs_da_args to xfs_attr_leaf_newentsize

As it's only ever called from contexts where the xfs_da_args is
present and contains all the information needed inside the args
structure.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_attr_leaf.h