[RFC 1/1] vfs: del redundant BH_new flag on unrelated buffer heads.

From: chishanmingshen
Date: Fri Jun 06 2014 - 05:32:09 EST


Just skip the unrelated buffer heads when clear buffer head's BH_new flag.
This patch is *untested*.

Signed-off-by: chishanmingshen <chishanmingshen@xxxxxxxxx>
---
fs/buffer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/buffer.c b/fs/buffer.c
index 9ddb9fc..a28a1a1 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -1987,8 +1987,8 @@ static int __block_commit_write(struct inode *inode, struct page *page,
} else {
set_buffer_uptodate(bh);
mark_buffer_dirty(bh);
+ clear_buffer_new(bh);
}
- clear_buffer_new(bh);

block_start = block_end;
bh = bh->b_this_page;
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/