Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / fs / f2fs / debug.c
index 478e5d5..24d6a51 100644 (file)
@@ -352,6 +352,7 @@ static int stat_open(struct inode *inode, struct file *file)
 }
 
 static const struct file_operations stat_fops = {
+       .owner = THIS_MODULE,
        .open = stat_open,
        .read = seq_read,
        .llseek = seq_lseek,