drop redundant ->owner initializations
[deliverable/linux.git] / fs / jfs / jfs_txnmgr.c
index eddf2b6eda85b2c9131330812fe6139a2739dac8..2e58978d6f45a80c616af32562f139e99ef339c8 100644 (file)
@@ -3040,7 +3040,6 @@ static int jfs_txanchor_proc_open(struct inode *inode, struct file *file)
 }
 
 const struct file_operations jfs_txanchor_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_txanchor_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
@@ -3081,7 +3080,6 @@ static int jfs_txstats_proc_open(struct inode *inode, struct file *file)
 }
 
 const struct file_operations jfs_txstats_proc_fops = {
-       .owner          = THIS_MODULE,
        .open           = jfs_txstats_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
This page took 0.025888 seconds and 5 git commands to generate.