commit | 3ab3ffcaca99e0b77480d77bd393fc227b09069f | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@sandeen.net> | Wed Apr 06 07:57:47 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Apr 06 07:57:47 2016 +1000 |
tree | 6814f8e68961f16659116de9407756f64fb60add | |
parent | 7af5ad28a603f2d1ef4c579b8ab0a9d4767a348e [diff] |
xfs: collapse cases in xfs_attr3_leaf_list_int Consolidate the 2 calls to ->put_listent in xfs_attr3_leaf_list_int(), by setting up name, namelen, and valuelen for the local vs remote cases, then call ->put_listent and do the error handling all in one spot. Signed-off-by: Eric Sandeen <sandeen@redhat.com>