From: Himangi Saraogi Date: Thu, 26 Jun 2014 17:36:52 +0000 (+0530) Subject: fuse: inode: drop cast X-Git-Tag: cleanup-for-v3.18~247^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3d8bf7718a8de8ac6a25ed7332c1c129839400;p=pandora-kernel.git fuse: inode: drop cast 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 Acked-by: Julia Lawall Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed