diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/mballoc.c | 2 | ||||
-rw-r--r-- | fs/ext4/super.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index a11ea4d6164c..b1ed9e07434b 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -2260,7 +2260,7 @@ static const struct seq_operations ext4_mb_seq_groups_ops = { | |||
2260 | 2260 | ||
2261 | static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file) | 2261 | static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file) |
2262 | { | 2262 | { |
2263 | struct super_block *sb = PDE(inode)->data; | 2263 | struct super_block *sb = PDE_DATA(inode); |
2264 | int rc; | 2264 | int rc; |
2265 | 2265 | ||
2266 | rc = seq_open(file, &ext4_mb_seq_groups_ops); | 2266 | rc = seq_open(file, &ext4_mb_seq_groups_ops); |
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index dbc7c090c13a..24a146bde742 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1806,7 +1806,7 @@ static int options_seq_show(struct seq_file *seq, void *offset) | |||
1806 | 1806 | ||
1807 | static int options_open_fs(struct inode *inode, struct file *file) | 1807 | static int options_open_fs(struct inode *inode, struct file *file) |
1808 | { | 1808 | { |
1809 | return single_open(file, options_seq_show, PDE(inode)->data); | 1809 | return single_open(file, options_seq_show, PDE_DATA(inode)); |
1810 | } | 1810 | } |
1811 | 1811 | ||
1812 | static const struct file_operations ext4_seq_options_fops = { | 1812 | static const struct file_operations ext4_seq_options_fops = { |