]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove redundundant "(char *) bh->b_data" casts
authorTheodore Ts'o <tytso@mit.edu>
Mon, 28 May 2012 21:47:52 +0000 (17:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 May 2012 21:47:52 +0000 (17:47 -0400)
commit86ae3f9b6e7d558c902099cd7dd9b07d61ad5544
tree51cd4aba2dea62cc5d9fd23b5fb24240c7952175
parentc7d33c5586e2abc64bbdd5592524f884a2f527e3
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>
fs/ext4/resize.c
fs/ext4/super.c