diff options
Diffstat (limited to 'fs/xfs/linux-2.6')
-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); |