commit | 8358e7d71e712d3bd4e20ecf23e6fd7480c83684 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Sat Oct 16 12:40:33 2010 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:18:22 2010 -0400 |
tree | 2a3e24e823246d02b7c6c72dd1fc54a93b71e578 | |
parent | bb1e5f8c022ae2f6bf1ec0c6b861db3c35976377 [diff] |
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>