From: David Woodhouse Date: Thu, 1 May 2008 11:28:04 +0000 (+0100) Subject: [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once() X-Git-Tag: v2.6.26-rc1~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e571aba7bb25a3a069a7b88c0f63fe5a14c05c6;p=pandora-kernel.git [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once() Ditch a couple of pointless casts from void *, and use the normal variable name 'f' for jffs2_inode_info pointers -- especially since it actually shows up in lockdep reports. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed