]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: Update outdated comment before ext3_ordered_writepage()
authorJan Kara <jack@suse.cz>
Fri, 28 Feb 2014 08:31:10 +0000 (09:31 +0100)
committerJan Kara <jack@suse.cz>
Tue, 4 Mar 2014 11:19:26 +0000 (12:19 +0100)
commit0e7ec8242d9a2ab62aec101ce4a119f1c31d62cc
treed6d5c478c383f38240dc7e946a7651d7b2463310
parent1b352096044543f23a576ca49f4d402fa7b9f040
ext3: Update outdated comment before ext3_ordered_writepage()

The comment is heavily outdated. The recursion into the filesystem isn't
possible because we use GFP_NOFS for our allocations, the issue about
block_write_full_page() dirtying tail page is long resolved as well
(that function doesn't dirty buffers at all), and finally we don't start
a transaction if all blocks are already allocated and mapped.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/inode.c