diff options
Diffstat (limited to 'fs/jbd2')
-rw-r--r-- | fs/jbd2/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index ed10991ab006..154592ea5632 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c | |||
@@ -950,7 +950,7 @@ static const struct seq_operations jbd2_seq_info_ops = { | |||
950 | 950 | ||
951 | static int jbd2_seq_info_open(struct inode *inode, struct file *file) | 951 | static int jbd2_seq_info_open(struct inode *inode, struct file *file) |
952 | { | 952 | { |
953 | journal_t *journal = PDE(inode)->data; | 953 | journal_t *journal = PDE_DATA(inode); |
954 | struct jbd2_stats_proc_session *s; | 954 | struct jbd2_stats_proc_session *s; |
955 | int rc, size; | 955 | int rc, size; |
956 | 956 | ||