]> Pileus Git - ~andy/linux/blobdiff - net/sunrpc/stats.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[~andy/linux] / net / sunrpc / stats.c
index bc2068ee795b95d7fdec5d57503ab3919ff3e97d..21b75cb08c039285100134281bbe8cbc7749b09a 100644 (file)
@@ -64,7 +64,7 @@ static int rpc_proc_show(struct seq_file *seq, void *v) {
 
 static int rpc_proc_open(struct inode *inode, struct file *file)
 {
-       return single_open(file, rpc_proc_show, PDE(inode)->data);
+       return single_open(file, rpc_proc_show, PDE_DATA(inode));
 }
 
 static const struct file_operations rpc_proc_fops = {