diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2015-04-08 14:48:32 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-04-13 06:32:22 +0000 |
commit | f5220016c6525a6e166b83bcc24a036c5db0498b (patch) | |
tree | ad00b55362de1aeb1a6db5096cf3fded578a3260 /xlators/storage/posix/src/posix-handle.c | |
parent | 1efa50861b2cee68de9c9b751d9fc5eed08f5e5b (diff) |
storage/posix: Introduce xattr-fill on fds
... with some of the code borrowed from http://review.gluster.org/#/c/3904/
Change-Id: I4901ef14d6f843d8d69f102d43d21b60ba298092
BUG: 1207603
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/10180
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-handle.c')
-rw-r--r-- | xlators/storage/posix/src/posix-handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix-handle.c b/xlators/storage/posix/src/posix-handle.c index 5aedfe3eb95..6182fd8a630 100644 --- a/xlators/storage/posix/src/posix-handle.c +++ b/xlators/storage/posix/src/posix-handle.c @@ -89,8 +89,8 @@ posix_make_ancestral_node (const char *priv_base_path, char *path, int pathsize, loc.inode = inode_ref (inode); gf_uuid_copy (loc.gfid, inode->gfid); - entry->dict = posix_lookup_xattr_fill (THIS, real_path, &loc, - xdata, iabuf); + entry->dict = posix_xattr_fill (THIS, real_path, &loc, NULL, -1, + xdata, iabuf); loc_wipe (&loc); } |