]> git.ipfire.org Git - people/arne_f/kernel.git/commit
jbd2: improve comments about freeing data buffers whose page mapping is NULL
authorzhangyi (F) <yi.zhang@huawei.com>
Mon, 17 Feb 2020 11:27:06 +0000 (19:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Apr 2020 06:00:54 +0000 (08:00 +0200)
commit07fcda0a2a10b0a956f0b54f5ff809c345b2c512
treefa4ca6d513b45df9336756c00a81c5971306cba4
parent78ef0452f798f0c798e2db80da9adaa6d9f24edb
jbd2: improve comments about freeing data buffers whose page mapping is NULL

commit 780f66e59231fcf882f36c63f287252ee47cc75a upstream.

Improve comments in jbd2_journal_commit_transaction() to describe why
we don't need to clear the buffer_mapped bit for freeing file mapping
buffers whose page mapping is NULL.

Link: https://lore.kernel.org/r/20200217112706.20085-1-yi.zhang@huawei.com
Fixes: c96dceeabf76 ("jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer")
Suggested-by: Jan Kara <jack@suse.cz>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: zhangyi (F) <yi.zhang@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/jbd2/commit.c