From: Namhyung Kim Date: Sun, 16 Jan 2011 15:48:17 +0000 (+0900) Subject: vfs: cleanup do_vfs_ioctl() X-Git-Tag: v2.6.39-rc1~399^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a4f7e61e1eb4f18737926f4a66db7c48349fea;p=pandora-kernel.git vfs: cleanup do_vfs_ioctl() Move declaration of 'inode' to beginning of the function. Since it is referenced directly or indirectly (in case of FIFREEZE/FITHAW/ FS_IOC_FIEMAP) it's not harmful IMHO. And remove unnecessary casts using 'argp' instead. Signed-off-by: Namhyung Kim Signed-off-by: Al Viro --- Reading git-diff-tree failed