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:
Eric Sandeen
2016-04-06 07:57:32 +10:00
committed by Dave Chinner
parent 2a6fba6d23
commit e5bd12bfea
3 changed files with 8 additions and 15 deletions

View File

@@ -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;