xfs: rename xfs_attr_list_int to xfs_attr_list
The version taking the context structure is the main interface to list attributes, so drop the _int postfix. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Chandan Rajendra <chandanrlinux@gmail.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:

committed by
Darrick J. Wong

parent
3e7a779937
commit
17e1dd83ea
@@ -234,7 +234,7 @@ xfs_vn_listxattr(
|
||||
context.firstu = context.bufsize;
|
||||
context.put_listent = xfs_xattr_put_listent;
|
||||
|
||||
error = xfs_attr_list_int(&context);
|
||||
error = xfs_attr_list(&context);
|
||||
if (error)
|
||||
return error;
|
||||
if (context.count < 0)
|
||||
|
Reference in New Issue
Block a user