Attached patch fixes a bug where the client core was accessing the wrong
member of a union.

--Nick
Index: pvfs2-client-core.c
===================================================================
RCS file: /anoncvs/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
retrieving revision 1.109
diff -u -p -r1.109 pvfs2-client-core.c
--- pvfs2-client-core.c	26 Mar 2010 02:07:54 -0000	1.109
+++ pvfs2-client-core.c	13 Jul 2010 19:56:54 -0000
@@ -993,7 +993,7 @@ static PVFS_error post_removexattr_reque
 
     fill_hints(&hints, vfs_request);
     ret = PVFS_isys_deleattr(
-        vfs_request->in_upcall.req.setxattr.refn,
+        vfs_request->in_upcall.req.removexattr.refn,
         &vfs_request->in_upcall.credentials,
         &vfs_request->key,
         &vfs_request->op_id, 
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to