]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xfs/linux-2.6/xfs_iops.c
[XFS] Dynamically allocate vattr in places it makes sense to do so, to
authorNathan Scott <nathans@sgi.com>
Tue, 14 Mar 2006 02:33:36 +0000 (13:33 +1100)
committerNathan Scott <nathans@sgi.com>
Tue, 14 Mar 2006 02:33:36 +0000 (13:33 +1100)
commit220b5284139be6ecbc39b353fd76f0923eccc3d6
tree86ab8c671631a109690d6589a19d9774d8bed18f
parent9b94c2eddf407ad8faa5672ffa691e2076167564
[XFS] Dynamically allocate vattr in places it makes sense to do so, to
reduce stack use.  Also re-use vattr in some places so that multiple
copies are not held on-stack.

SGI-PV: 947312
SGI-Modid: xfs-linux-melb:xfs-kern:25369a

Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_file.c
fs/xfs/linux-2.6/xfs_ioctl.c
fs/xfs/linux-2.6/xfs_iops.c
fs/xfs/linux-2.6/xfs_vnode.c
fs/xfs/linux-2.6/xfs_vnode.h