From: Jan Kara Date: Mon, 28 Jan 2013 17:55:08 +0000 (-0500) Subject: ext4: dirty page has always buffers attached X-Git-Tag: v3.9-rc1~64^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8bec37037aceb126d695c021cf4dc93b7238d47;p=pandora-kernel.git ext4: dirty page has always buffers attached ext4_writepage(), write_cache_pages_da(), and mpage_da_submit_io() doesn't have to deal with the case when page doesn't have buffers. We attach buffers to a page in ->write_begin() and ->page_mkwrite() which covers all places where a page can become dirty. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed