diff options
author | Hou Tao <houtao1@huawei.com> | 2019-05-14 15:44:32 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-15 11:53:59 +0200 |
commit | 5b6619b4d206662f0f6df20fa660f468f56bb75d (patch) | |
tree | f55f7756fd8ae5e986a54c886d9cd1dad433205a /kernel/sysctl.c | |
parent | 2a89e4c5ee2ee5964bc8b974f120e1a8eded25e9 (diff) | |
download | linux-stable-5b6619b4d206662f0f6df20fa660f468f56bb75d.tar.gz linux-stable-5b6619b4d206662f0f6df20fa660f468f56bb75d.tar.bz2 linux-stable-5b6619b4d206662f0f6df20fa660f468f56bb75d.zip |
fs/fat/file.c: issue flush after the writeback of FAT
[ Upstream commit bd8309de0d60838eef6fb575b0c4c7e95841cf73 ]
fsync() needs to make sure the data & meta-data of file are persistent
after the return of fsync(), even when a power-failure occurs later. In
the case of fat-fs, the FAT belongs to the meta-data of file, so we need
to issue a flush after the writeback of FAT instead before.
Also bail out early when any stage of fsync fails.
Link: http://lkml.kernel.org/r/20190409030158.136316-1-houtao1@huawei.com
Signed-off-by: Hou Tao <houtao1@huawei.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions