From: Jan Kara Date: Fri, 28 Feb 2014 08:31:10 +0000 (+0100) Subject: ext3: Update outdated comment before ext3_ordered_writepage() X-Git-Tag: v3.15-rc1~53^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d680104f3d488ff028f7dd03b0bc055aa5e8ad8d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed