We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05db218 commit 15c84a4Copy full SHA for 15c84a4
fs/xfs/linux-2.6/xfs_buf.c
@@ -1685,8 +1685,8 @@ STATIC int xfsbufd_force_sleep;
1685
1686
STATIC int
1687
xfsbufd_wakeup(
1688
- int priority,
1689
- gfp_t mask)
+ int priority,
+ gfp_t mask)
1690
{
1691
if (xfsbufd_force_sleep)
1692
return 0;
@@ -1716,8 +1716,8 @@ xfsbufd(
1716
xfsbufd_force_sleep = 0;
1717
}
1718
1719
- schedule_timeout_interruptible
1720
- (xfs_buf_timer_centisecs * msecs_to_jiffies(10));
+ schedule_timeout_interruptible(
+ xfs_buf_timer_centisecs * msecs_to_jiffies(10));
1721
1722
age = xfs_buf_age_centisecs * msecs_to_jiffies(10);
1723
spin_lock(&pbd_delwrite_lock);
fs/xfs/support/qsort.c
fs/xfs/support/qsort.h
0 commit comments