commit | 87affd08bc9c741b99053cabb908cf54a135a0fa | [log] [tgz] |
---|---|---|
author | Barry Naujok <bnaujok@sgi.com> | Tue Jun 03 11:59:18 2008 +1000 |
committer | Niv Sardi <xaiki@debian.org> | Mon Jul 28 16:58:46 2008 +1000 |
tree | 27b72efbae045a45829a09e7e9a0109dc5f09b13 | |
parent | 866d5dc974682c6247d5fde94dbc6545f864e7d7 [diff] |
[XFS] Zero uninitialised xfs_da_args structure in xfs_dir2.c Fixes a problem in the xfs_dir2_remove and xfs_dir2_replace paths which intenally call directory format specific lookup funtions that assume args->cmpresult is zeroed. SGI-PV: 982606 SGI-Modid: xfs-linux-melb:xfs-kern:31268a Signed-off-by: Barry Naujok <bnaujok@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org>