xfs: don't pass value into attr ->put_listent
The value is not used; only names and value lengths are returned. Remove the argument. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:

committed by
Dave Chinner

parent
2a6fba6d23
commit
e5bd12bfea
@@ -166,8 +166,7 @@ xfs_xattr_put_listent(
|
||||
int flags,
|
||||
unsigned char *name,
|
||||
int namelen,
|
||||
int valuelen,
|
||||
unsigned char *value)
|
||||
int valuelen)
|
||||
{
|
||||
char *prefix;
|
||||
int prefix_len;
|
||||
|
Reference in New Issue
Block a user