]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/mballoc.c
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
[~andy/linux] / fs / ext4 / mballoc.c
index a11ea4d6164c2593411517473d6543160cec1f6e..b1ed9e07434ba4a15d86d1a538e6b808917901d6 100644 (file)
@@ -2260,7 +2260,7 @@ static const struct seq_operations ext4_mb_seq_groups_ops = {
 
 static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file)
 {
-       struct super_block *sb = PDE(inode)->data;
+       struct super_block *sb = PDE_DATA(inode);
        int rc;
 
        rc = seq_open(file, &ext4_mb_seq_groups_ops);