orangefs: Remove useless xattr prefix arguments
Mike, On Fri, Jun 3, 2016 at 9:44 PM, Mike Marshall <hubcap@omnibond.com> wrote: > We use the return value in this one line you changed, our userspace code gets > ill when we send it (-ENOMEM +1) as a key length... ah, my mistake. Here's a fixed version. Thanks, Andreas Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:

committed by
Mike Marshall

parent
2ce8272a10
commit
d373a712c1
@@ -517,13 +517,11 @@ __s32 fsid_of_op(struct orangefs_kernel_op_s *op);
|
||||
int orangefs_flush_inode(struct inode *inode);
|
||||
|
||||
ssize_t orangefs_inode_getxattr(struct inode *inode,
|
||||
const char *prefix,
|
||||
const char *name,
|
||||
void *buffer,
|
||||
size_t size);
|
||||
|
||||
int orangefs_inode_setxattr(struct inode *inode,
|
||||
const char *prefix,
|
||||
const char *name,
|
||||
const void *value,
|
||||
size_t size,
|
||||
|
Reference in New Issue
Block a user