commit | 27a4f7e61e1eb4f18737926f4a66db7c48349fea | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Jan 17 00:48:17 2011 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 21 00:16:08 2011 -0400 |
tree | d2c680038e2b1a3b56b26a4861db0bc0e25cef01 | |
parent | a44f99c7efdb88fa41128065c9a9445c19894e34 [diff] |
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 <namhyung@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>