From: Theodore Ts'o Date: Mon, 28 May 2012 21:47:52 +0000 (-0400) Subject: ext4: remove redundundant "(char *) bh->b_data" casts X-Git-Tag: v3.5-rc1~16^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2716b80284c5ca415b8ce93ca178b0ca28482568;p=pandora-kernel.git 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" --- Reading git-diff-tree failed