Whamcloud - gitweb
LU-16118 build: Use pde_data() when available
[fs/lustre-release.git] / lustre / lov / lov_pool.c
index 500846f..afccd05 100644 (file)
@@ -218,7 +218,7 @@ static int pool_proc_open(struct inode *inode, struct file *file)
         rc = seq_open(file, &pool_proc_ops);
         if (!rc) {
                 struct seq_file *s = file->private_data;
-               s->private = PDE_DATA(inode);
+               s->private = pde_data(inode);
         }
         return rc;
 }