From f8bec37037aceb126d695c021cf4dc93b7238d47 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Mon, 28 Jan 2013 12:55:08 -0500 Subject: [PATCH] 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-format-patch failed