aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index ee6614bdb639..28e421c208a5 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -2149,7 +2149,7 @@ static const struct seq_operations ext4_mb_seq_groups_ops = {
2149 2149
2150static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file) 2150static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file)
2151{ 2151{
2152 struct super_block *sb = PDE(inode)->data; 2152 struct super_block *sb = PDE_DATA(inode);
2153 int rc; 2153 int rc;
2154 2154
2155 rc = seq_open(file, &ext4_mb_seq_groups_ops); 2155 rc = seq_open(file, &ext4_mb_seq_groups_ops);