* [PATCH] ext4: fix some wrong comments [not found] <5310053D.6080808@huawei.com> @ 2014-02-28 7:27 ` ZhangZhen 0 siblings, 0 replies; only message in thread From: ZhangZhen @ 2014-02-28 7:27 UTC (permalink / raw) To: tytso; +Cc: linux-ext4 The comments in the code are wrong, because every generic_file_write() is replaced by generic_file_aio_write(). Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com> --- fs/ext4/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 6e39895..c218294 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -4399,7 +4399,7 @@ out_brelse: * * We are called from a few places: * - * - Within generic_file_write() for O_SYNC files. + * - Within generic_file_aio_write() for O_SYNC files. * Here, there will be no transaction running. We wait for any running * transaction to commit. * -- 1.8.1.4 . _______________________________________________ kernel.openeuler mailing list kernel.openeuler@huawei.com http://rnd-openeuler.huawei.com/mailman/listinfo/kernel.openeuler ^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-28 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5310053D.6080808@huawei.com>
2014-02-28 7:27 ` [PATCH] ext4: fix some wrong comments ZhangZhen
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.