drop redundant ->owner initializations
[cascardo/linux.git] / fs / jfs / jfs_xtree.c
index 5ad7748..5cde6d2 100644 (file)
@@ -3894,7 +3894,6 @@ static int jfs_xtstat_proc_open(struct inode *inode, struct file *file)
 }
 
 const struct file_operations jfs_xtstat_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_xtstat_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,