aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pipe.c')
-rw-r--r--fs/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pipe.c b/fs/pipe.c
index 822da5b7cff0..8865f7963700 100644
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -627,7 +627,7 @@ static struct vfsmount *pipe_mnt __read_mostly;
627static char *pipefs_dname(struct dentry *dentry, char *buffer, int buflen) 627static char *pipefs_dname(struct dentry *dentry, char *buffer, int buflen)
628{ 628{
629 return dynamic_dname(dentry, buffer, buflen, "pipe:[%lu]", 629 return dynamic_dname(dentry, buffer, buflen, "pipe:[%lu]",
630 dentry->d_inode->i_ino); 630 d_inode(dentry)->i_ino);
631} 631}
632 632
633static const struct dentry_operations pipefs_dentry_operations = { 633static const struct dentry_operations pipefs_dentry_operations = {