From: Namhyung Kim Date: Sat, 16 Oct 2010 03:40:33 +0000 (+0900) Subject: fs/buffer.c: remove duplicated assignment on b_private X-Git-Tag: v2.6.37-rc1~94^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8358e7d71e712d3bd4e20ecf23e6fd7480c83684;p=pandora-kernel.git fs/buffer.c: remove duplicated assignment on b_private bh->b_private is initialized within init_buffer(), thus the assignment should be redundant. Remove it. Signed-off-by: Namhyung Kim Signed-off-by: Al Viro --- Reading git-diff-tree failed