diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/mballoc.c | 1 | ||||
-rw-r--r-- | fs/ext4/sysfs.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index c1ab3ec30423..57c9bf5356d1 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -2350,7 +2350,6 @@ static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file) | |||
2350 | } | 2350 | } |
2351 | 2351 | ||
2352 | const struct file_operations ext4_seq_mb_groups_fops = { | 2352 | const struct file_operations ext4_seq_mb_groups_fops = { |
2353 | .owner = THIS_MODULE, | ||
2354 | .open = ext4_mb_seq_groups_open, | 2353 | .open = ext4_mb_seq_groups_open, |
2355 | .read = seq_read, | 2354 | .read = seq_read, |
2356 | .llseek = seq_lseek, | 2355 | .llseek = seq_lseek, |
diff --git a/fs/ext4/sysfs.c b/fs/ext4/sysfs.c index 1420a3c614af..73bcfd41f5f2 100644 --- a/fs/ext4/sysfs.c +++ b/fs/ext4/sysfs.c | |||
@@ -359,7 +359,6 @@ static int name##_open(struct inode *inode, struct file *file) \ | |||
359 | } \ | 359 | } \ |
360 | \ | 360 | \ |
361 | static const struct file_operations ext4_seq_##name##_fops = { \ | 361 | static const struct file_operations ext4_seq_##name##_fops = { \ |
362 | .owner = THIS_MODULE, \ | ||
363 | .open = name##_open, \ | 362 | .open = name##_open, \ |
364 | .read = seq_read, \ | 363 | .read = seq_read, \ |
365 | .llseek = seq_lseek, \ | 364 | .llseek = seq_lseek, \ |