]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/fscache/stats.c
drop redundant ->owner initializations
[mirror_ubuntu-zesty-kernel.git] / fs / fscache / stats.c
index 7cfa0aacdf6d53c41768150f80f27bc2b7cb18c0..7ac6e839b065b5327a0590732b542fda2ed3ab0d 100644 (file)
@@ -295,7 +295,6 @@ static int fscache_stats_open(struct inode *inode, struct file *file)
 }
 
 const struct file_operations fscache_stats_fops = {
-       .owner          = THIS_MODULE,
        .open           = fscache_stats_open,
        .read           = seq_read,
        .llseek         = seq_lseek,