]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs/buffer.c: remove duplicated assignment on b_private
authorNamhyung Kim <namhyung@gmail.com>
Sat, 16 Oct 2010 03:40:33 +0000 (12:40 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:18:22 +0000 (21:18 -0400)
commit8358e7d71e712d3bd4e20ecf23e6fd7480c83684
tree2a3e24e823246d02b7c6c72dd1fc54a93b71e578
parentbb1e5f8c022ae2f6bf1ec0c6b861db3c35976377
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 <namhyung@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/buffer.c