drop redundant ->owner initializations
[cascardo/linux.git] / fs / jfs / jfs_logmgr.c
index 63759d7..45416f6 100644 (file)
@@ -2515,7 +2515,6 @@ static int jfs_lmstats_proc_open(struct inode *inode, struct file *file)
 }
 
 const struct file_operations jfs_lmstats_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_lmstats_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,