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:
154210c
)
fuse: inode: drop cast
author
Himangi Saraogi
<himangi774@gmail.com>
Thu, 26 Jun 2014 17:36:52 +0000
(23:06 +0530)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Mon, 7 Jul 2014 13:28:51 +0000
(15:28 +0200)
This patch removes the cast on data of type void * as it is not needed.
The following Coccinelle semantic patch was used for making the change:
@r@
expression x;
void* e;
type T;
identifier f;
@@
(
*((T *)e)
|
((T *)x)[...]
|
((T *)x)->f
|
- (T *)
e
)
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/inode.c
patch
|
blob
|
history
diff --cc
fs/fuse/inode.c
Simple merge