[XFS] Remove no-longer-used qsort source.

Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
Nathan Scott
2005-11-04 10:51:01 +11:00
parent 05db218a27
commit 15c84a4701
3 changed files with 4 additions and 182 deletions

View File

@ -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;
@ -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);