drop redundant ->owner initializations
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 May 2016 02:40:31 +0000 (22:40 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 May 2016 23:08:00 +0000 (19:08 -0400)
commit84c60b1388249a0167d5fe8160f84e66a1221ba8
treefb1f798db05b349733563e4a317c5a7e1be68f41
parente0d508f1092db9a56cc6ed617f473a2704f7f683
drop redundant ->owner initializations

it's not needed for file_operations of inodes located on fs defined
in the hosting module and for file_operations that go into procfs.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20 files changed:
fs/cachefiles/proc.c
fs/cifs/cifs_debug.c
fs/coda/pioctl.c
fs/ext4/mballoc.c
fs/ext4/sysfs.c
fs/f2fs/super.c
fs/fscache/histogram.c
fs/fscache/object-list.c
fs/fscache/stats.c
fs/jfs/jfs_debug.c
fs/jfs/jfs_logmgr.c
fs/jfs/jfs_metapage.c
fs/jfs/jfs_txnmgr.c
fs/jfs/jfs_xtree.c
fs/lockd/procfs.c
fs/nfs/client.c
fs/nfsd/nfsctl.c
fs/nfsd/stats.c
fs/pstore/inode.c
fs/xfs/xfs_stats.c
This page took 0.028738 seconds and 5 git commands to generate.