diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-03 18:51:01 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-03 18:51:01 -0500 |
commit | 15c84a470116b2a3b58a7353a6cf711c29a91854 (patch) | |
tree | 823a083661724315d78b43940f274b3bbb2bbe85 /fs/xfs/linux-2.6/xfs_buf.c | |
parent | 05db218a27c955880dce6d080d5159247aad3629 (diff) |
[XFS] Remove no-longer-used qsort source.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index a764ded9f3a0..6fe21d2b8847 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1685,8 +1685,8 @@ STATIC int xfsbufd_force_sleep; | |||
1685 | 1685 | ||
1686 | STATIC int | 1686 | STATIC int |
1687 | xfsbufd_wakeup( | 1687 | xfsbufd_wakeup( |
1688 | int priority, | 1688 | int priority, |
1689 | gfp_t mask) | 1689 | gfp_t mask) |
1690 | { | 1690 | { |
1691 | if (xfsbufd_force_sleep) | 1691 | if (xfsbufd_force_sleep) |
1692 | return 0; | 1692 | return 0; |
@@ -1716,8 +1716,8 @@ xfsbufd( | |||
1716 | xfsbufd_force_sleep = 0; | 1716 | xfsbufd_force_sleep = 0; |
1717 | } | 1717 | } |
1718 | 1718 | ||
1719 | schedule_timeout_interruptible | 1719 | schedule_timeout_interruptible( |
1720 | (xfs_buf_timer_centisecs * msecs_to_jiffies(10)); | 1720 | xfs_buf_timer_centisecs * msecs_to_jiffies(10)); |
1721 | 1721 | ||
1722 | age = xfs_buf_age_centisecs * msecs_to_jiffies(10); | 1722 | age = xfs_buf_age_centisecs * msecs_to_jiffies(10); |
1723 | spin_lock(&pbd_delwrite_lock); | 1723 | spin_lock(&pbd_delwrite_lock); |