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/checkpoint.c | |
| parent | d52d7b5ff55c20c1eafc233c8abdba9926216284 (diff) | |
FS: F2FS: Use jiffies
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'fs/f2fs/checkpoint.c')
| -rw-r--r-- | fs/f2fs/checkpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index 968cae2b1..88b9eb236 100644 --- a/fs/f2fs/checkpoint.c +++ b/fs/f2fs/checkpoint.c @@ -1056,7 +1056,7 @@ static void wait_on_all_pages_writeback(struct f2fs_sb_info *sbi) if (!get_pages(sbi, F2FS_WB_CP_DATA)) break; - io_schedule_timeout(5*HZ); + io_schedule_timeout(msecs_to_jiffies(5000)); } finish_wait(&sbi->cp_wait, &wait); } |
