Skip to content

Commit

Permalink
[XFS] Remove no-longer-used qsort source.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Scott <nathans@sgi.com>
  • Loading branch information
Nathan Scott committed Nov 3, 2005
1 parent 05db218 commit 15c84a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 182 deletions.
8 changes: 4 additions & 4 deletions fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1685,8 +1685,8 @@ STATIC int xfsbufd_force_sleep;

STATIC int
xfsbufd_wakeup(
int priority,
gfp_t mask)
int priority,
gfp_t mask)
{
if (xfsbufd_force_sleep)
return 0;
Expand Down Expand Up @@ -1716,8 +1716,8 @@ xfsbufd(
xfsbufd_force_sleep = 0;
}

schedule_timeout_interruptible
(xfs_buf_timer_centisecs * msecs_to_jiffies(10));
schedule_timeout_interruptible(
xfs_buf_timer_centisecs * msecs_to_jiffies(10));

age = xfs_buf_age_centisecs * msecs_to_jiffies(10);
spin_lock(&pbd_delwrite_lock);
Expand Down
154 changes: 0 additions & 154 deletions fs/xfs/support/qsort.c

This file was deleted.

24 changes: 0 additions & 24 deletions fs/xfs/support/qsort.h

This file was deleted.

0 comments on commit 15c84a4

Please sign in to comment.