diff options
Diffstat (limited to 'fs/xfs/xfs_dir_leaf.c')
-rw-r--r-- | fs/xfs/xfs_dir_leaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir_leaf.c b/fs/xfs/xfs_dir_leaf.c index c2ea6171fb0e..ca9bc2d9ba08 100644 --- a/fs/xfs/xfs_dir_leaf.c +++ b/fs/xfs/xfs_dir_leaf.c | |||
@@ -508,7 +508,7 @@ xfs_dir_shortform_getdents(xfs_inode_t *dp, uio_t *uio, int *eofp, | |||
508 | /* | 508 | /* |
509 | * Sort the entries on hash then entno. | 509 | * Sort the entries on hash then entno. |
510 | */ | 510 | */ |
511 | qsort(sbuf, nsbuf, sizeof(*sbuf), xfs_dir_shortform_compare); | 511 | xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_dir_shortform_compare); |
512 | /* | 512 | /* |
513 | * Stuff in last entry. | 513 | * Stuff in last entry. |
514 | */ | 514 | */ |