procfs: new helper - PDE_DATA(inode)
[deliverable/linux.git] / fs / jbd2 / journal.c
index ed10991ab0060c5fac4ed580301591f6996965ca..154592ea56322a40516f6e302af9b7dcf9cac398 100644 (file)
@@ -950,7 +950,7 @@ static const struct seq_operations jbd2_seq_info_ops = {
 
 static int jbd2_seq_info_open(struct inode *inode, struct file *file)
 {
-       journal_t *journal = PDE(inode)->data;
+       journal_t *journal = PDE_DATA(inode);
        struct jbd2_stats_proc_session *s;
        int rc, size;
 
This page took 0.025537 seconds and 5 git commands to generate.