From 6a1d3ab5cc013c438029d61bb62dc2b4aeea3595 Mon Sep 17 00:00:00 2001 From: Dorimanx Date: Fri, 23 Jun 2017 02:10:25 +0300 Subject: FS: F2FS: Use jiffies Signed-off-by: Joe Maples --- fs/f2fs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/f2fs/node.c') diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index 8ab64df95..97b9611f1 100644 --- a/fs/f2fs/node.c +++ b/fs/f2fs/node.c @@ -2263,7 +2263,7 @@ int recover_inode_page(struct f2fs_sb_info *sbi, struct page *page) retry: ipage = f2fs_grab_cache_page(NODE_MAPPING(sbi), ino, false); if (!ipage) { - congestion_wait(BLK_RW_ASYNC, HZ/50); + congestion_wait(BLK_RW_ASYNC, msecs_to_jiffies(20)); goto retry; } -- cgit v1.2.3