Skip to content

Commit 15c84a4

Browse files
committed
[XFS] Remove no-longer-used qsort source.
Signed-off-by: Nathan Scott <nathans@sgi.com>
1 parent 05db218 commit 15c84a4

File tree

3 files changed

+4
-182
lines changed

3 files changed

+4
-182
lines changed

fs/xfs/linux-2.6/xfs_buf.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,8 +1685,8 @@ STATIC int xfsbufd_force_sleep;
16851685

16861686
STATIC int
16871687
xfsbufd_wakeup(
1688-
int priority,
1689-
gfp_t mask)
1688+
int priority,
1689+
gfp_t mask)
16901690
{
16911691
if (xfsbufd_force_sleep)
16921692
return 0;
@@ -1716,8 +1716,8 @@ xfsbufd(
17161716
xfsbufd_force_sleep = 0;
17171717
}
17181718

1719-
schedule_timeout_interruptible
1720-
(xfs_buf_timer_centisecs * msecs_to_jiffies(10));
1719+
schedule_timeout_interruptible(
1720+
xfs_buf_timer_centisecs * msecs_to_jiffies(10));
17211721

17221722
age = xfs_buf_age_centisecs * msecs_to_jiffies(10);
17231723
spin_lock(&pbd_delwrite_lock);

fs/xfs/support/qsort.c

Lines changed: 0 additions & 154 deletions
This file was deleted.

fs/xfs/support/qsort.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)