diff options
| author | Chao Yu <yuchao0@huawei.com> | 2017-04-05 18:19:49 +0800 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-05-21 18:40:19 +0200 |
| commit | 76da35a30b148c093ce3ef72b9ebbe90118cb3b5 (patch) | |
| tree | 30b5505520ec63e22c08c7eb105a951fbb246364 /fs/f2fs/super.c | |
| parent | ddabb9dfa9f72cd632cb1769399d4350b6ed4998 (diff) | |
f2fs: introduce f2fs_wait_discard_bios
Split f2fs_wait_discard_bios from f2fs_wait_discard_bio, just for cleanup,
no logic change.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/super.c')
| -rw-r--r-- | fs/f2fs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 50602c011..e43902891 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -781,7 +781,7 @@ static void f2fs_put_super(struct super_block *sb) } /* be sure to wait for any on-going discard commands */ - f2fs_wait_discard_bio(sbi, NULL_ADDR); + f2fs_wait_discard_bios(sbi); /* write_checkpoint can update stat informaion */ f2fs_destroy_stats(sbi); |
