diff options
author | Dave Chinner <dchinner@redhat.com> | 2014-02-27 06:51:26 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-02-27 06:51:26 +0100 |
commit | a1358aa3d39251c16c6d8b20945e40bdfc2aad68 (patch) | |
tree | 5610d548d82191f7e0a18de07ea863c251754060 /Kbuild | |
parent | xfs: always do log forces via the workqueue (diff) | |
download | linux-a1358aa3d39251c16c6d8b20945e40bdfc2aad68.tar.xz linux-a1358aa3d39251c16c6d8b20945e40bdfc2aad68.zip |
xfs: allocate xfs_da_args to reduce stack footprint
The struct xfs_da_args used to pass directory/attribute operation
information to the lower layers is 128 bytes in size and is
allocated on the stack. Dynamically allocate them to reduce the
stack footprint of directory operations.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions