]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/fscache/object-list.c
drop redundant ->owner initializations
[mirror_ubuntu-zesty-kernel.git] / fs / fscache / object-list.c
index 6b028b7c42509b6cdf319ea3513679c33cf57fc4..5d5ddaa84b215fd79956db4dac8292c374ee72ed 100644 (file)
@@ -404,7 +404,6 @@ static int fscache_objlist_release(struct inode *inode, struct file *file)
 }
 
 const struct file_operations fscache_objlist_fops = {
-       .owner          = THIS_MODULE,
        .open           = fscache_objlist_open,
        .read           = seq_read,
        .llseek         = seq_lseek,