}
 
 static const struct file_operations cachefiles_histogram_fops = {
-       .owner          = THIS_MODULE,
        .open           = cachefiles_histogram_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 static const struct file_operations cifs_debug_data_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = cifs_debug_data_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 static const struct file_operations cifs_stats_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = cifs_stats_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 static const struct file_operations cifsFYI_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = cifsFYI_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 static const struct file_operations cifs_linux_ext_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = cifs_linux_ext_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 static const struct file_operations cifs_lookup_cache_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = cifs_lookup_cache_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 static const struct file_operations traceSMB_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = traceSMB_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 static const struct file_operations cifs_security_flags_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = cifs_security_flags_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 };
 
 const struct file_operations coda_ioctl_operations = {
-       .owner          = THIS_MODULE,
        .unlocked_ioctl = coda_pioctl,
        .llseek         = noop_llseek,
 };
 
 }
 
 const struct file_operations ext4_seq_mb_groups_fops = {
-       .owner          = THIS_MODULE,
        .open           = ext4_mb_seq_groups_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 } \
 \
 static const struct file_operations ext4_seq_##name##_fops = { \
-       .owner          = THIS_MODULE, \
        .open           = name##_open, \
        .read           = seq_read, \
        .llseek         = seq_lseek, \
 
 }                                                                      \
                                                                        \
 static const struct file_operations f2fs_seq_##_name##_fops = {                \
-       .owner = THIS_MODULE,                                           \
        .open = _name##_open_fs,                                        \
        .read = seq_read,                                               \
        .llseek = seq_lseek,                                            \
 
 }
 
 const struct file_operations fscache_histogram_fops = {
-       .owner          = THIS_MODULE,
        .open           = fscache_histogram_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 const struct file_operations fscache_objlist_fops = {
-       .owner          = THIS_MODULE,
        .open           = fscache_objlist_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 const struct file_operations fscache_stats_fops = {
-       .owner          = THIS_MODULE,
        .open           = fscache_stats_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 static const struct file_operations jfs_loglevel_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_loglevel_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 const struct file_operations jfs_lmstats_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_lmstats_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 const struct file_operations jfs_mpstat_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_mpstat_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 const struct file_operations jfs_txanchor_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_txanchor_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 }
 
 const struct file_operations jfs_txstats_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_txstats_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
 }
 
 const struct file_operations jfs_xtstat_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_xtstat_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
 
        .read           = nlm_end_grace_read,
        .llseek         = default_llseek,
        .release        = simple_transaction_release,
-       .owner          = THIS_MODULE,
 };
 
 int __init
 
        .read           = seq_read,
        .llseek         = seq_lseek,
        .release        = seq_release_net,
-       .owner          = THIS_MODULE,
 };
 
 static int nfs_volume_list_open(struct inode *inode, struct file *file);
        .read           = seq_read,
        .llseek         = seq_lseek,
        .release        = seq_release_net,
-       .owner          = THIS_MODULE,
 };
 
 /*
 
        .read           = seq_read,
        .llseek         = seq_lseek,
        .release        = seq_release,
-       .owner          = THIS_MODULE,
 };
 
 static int exports_nfsd_open(struct inode *inode, struct file *file)
        .read           = seq_read,
        .llseek         = seq_lseek,
        .release        = seq_release,
-       .owner          = THIS_MODULE,
 };
 
 static int export_features_show(struct seq_file *m, void *v)
        .read           = seq_read,
        .llseek         = seq_lseek,
        .release        = nfsd_pool_stats_release,
-       .owner          = THIS_MODULE,
 };
 
 static struct file_operations reply_cache_stats_operations = {
 
 }
 
 static const struct file_operations nfsd_proc_fops = {
-       .owner = THIS_MODULE,
        .open = nfsd_proc_open,
        .read  = seq_read,
        .llseek = seq_lseek,
 
 }
 
 static const struct file_operations pstore_file_operations = {
-       .owner          = THIS_MODULE,
        .open           = pstore_file_open,
        .read           = pstore_file_read,
        .llseek         = pstore_file_llseek,
 
 }
 
 static const struct file_operations xqm_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = xqm_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,