commit | 2716b80284c5ca415b8ce93ca178b0ca28482568 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon May 28 17:47:52 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 28 17:47:52 2012 -0400 |
tree | 51cd4aba2dea62cc5d9fd23b5fb24240c7952175 | |
parent | 7e936b737211e6b54e34b71a827e56b872e958d8 [diff] |
ext4: remove redundundant "(char *) bh->b_data" casts The b_data field of the buffer_head is already a char *, so there's no point casting it to a char *. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>