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>
这个提交包含在:
@@ -394,7 +394,7 @@ xfs_ioc_attr_list(
|
||||
alist->al_more = 0;
|
||||
alist->al_offset[0] = context.bufsize;
|
||||
|
||||
error = xfs_attr_list_int(&context);
|
||||
error = xfs_attr_list(&context);
|
||||
ASSERT(error <= 0);
|
||||
return error;
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户