diff options
| author | Dorimanx <yuri@bynet.co.il> | 2017-06-23 02:10:25 +0300 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-09-04 01:56:31 +0200 |
| commit | 6a1d3ab5cc013c438029d61bb62dc2b4aeea3595 (patch) | |
| tree | b61cf940ec2935956425dbe89a082b893dd570c9 /fs/f2fs/node.c | |
| parent | d52d7b5ff55c20c1eafc233c8abdba9926216284 (diff) | |
FS: F2FS: Use jiffies
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'fs/f2fs/node.c')
| -rw-r--r-- | fs/f2fs/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
