diff options
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 2277bcae395f..ce6249dae90c 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -1702,7 +1702,7 @@ xfsbufd( | |||
1702 | struct blk_plug plug; | 1702 | struct blk_plug plug; |
1703 | 1703 | ||
1704 | if (unlikely(freezing(current))) | 1704 | if (unlikely(freezing(current))) |
1705 | refrigerator(); | 1705 | try_to_freeze(); |
1706 | 1706 | ||
1707 | /* sleep for a long time if there is nothing to do. */ | 1707 | /* sleep for a long time if there is nothing to do. */ |
1708 | if (list_empty(&target->bt_delwri_queue)) | 1708 | if (list_empty(&target->bt_delwri_queue)) |