]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_attr_leaf.c
[XFS] Fix up an internal sort function name collision issue.
[linux-2.6] / fs / xfs / xfs_attr_leaf.c
index 50598b121683e09e5321768dd0152d48520fe4ef..63c473f8d6db9f35abfa69d2ed008b13328670dd 100644 (file)
@@ -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.