commit | 1f981697432daea3c0abf938b39174dcfb29340e | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Jul 26 11:26:36 2012 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 24 10:46:53 2012 +0100 |
tree | bcb4123f50445ab93d752e925ab88a6cfe6cf8fb | |
parent | 979570e02981d4a8fc20b3cc8fd651856c98ee9d [diff] |
GFS2: Merge two nearly identical xattr functions There were two functions in the xattr code which were nearly identical, the only difference being that one was copy data into the unstuffed xattrs and the other was copying data out from it. This patch merges the two functions such that the code which deal with iteration over the unstuffed xattrs is no longer duplicated. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>