]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: remove redundant geometry information from xfs_da_state
authorDave Chinner <dchinner@redhat.com>
Fri, 6 Jun 2014 05:22:04 +0000 (15:22 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 6 Jun 2014 05:22:04 +0000 (15:22 +1000)
commitb2a21e7a6bfa6aa1b712fb6167d37a96f332d3d5
tree0e9140196e999dc591ee64ccca44fcef0801fb21
parentc2c4c477e0d02b0b352a71a25be56c9d35537265
xfs: remove redundant geometry information from xfs_da_state

It's carried in state->args->geo, so there's no need to duplicate it
and use more stack space than necessary.

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_da_btree.c
fs/xfs/xfs_da_btree.h
fs/xfs/xfs_dir2_node.c