X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fpipe.c;h=8865f796370074dbe7a191ab39c9645e80ed481d;hb=5a90f8d3b193407dfa8c2e47163f569d5343b3ee;hp=822da5b7cff06610bec61297ad2a3a688faf11b6;hpb=d56a669ca59c37ed0a7282a251b2f2f22533343a;p=firefly-linux-kernel-4.4.55.git 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; static char *pipefs_dname(struct dentry *dentry, char *buffer, int buflen) { return dynamic_dname(dentry, buffer, buflen, "pipe:[%lu]", - dentry->d_inode->i_ino); + d_inode(dentry)->i_ino); } static const struct dentry_operations pipefs_dentry_operations = {