git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e936b7
)
ext4: remove redundundant "(char *) bh->b_data" casts
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 28 May 2012 21:47:52 +0000
(17:47 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 28 May 2012 21:47:52 +0000
(17:47 -0400)
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>
No differences found