diff options
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.c')
| -rw-r--r-- | fs/xfs/xfs_attr_leaf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr_leaf.c b/fs/xfs/xfs_attr_leaf.c index 50598b12168..63c473f8d6d 100644 --- a/fs/xfs/xfs_attr_leaf.c +++ b/fs/xfs/xfs_attr_leaf.c @@ -670,7 +670,7 @@ xfs_attr_shortform_list(xfs_attr_list_context_t *context)  	/*  	 * Sort the entries on hash then entno.  	 */ -	qsort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare); +	xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare);  	/*  	 * Re-find our place IN THE SORTED LIST.  |