diff options
Diffstat (limited to 'fs/pipe.c')
-rw-r--r-- | fs/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -948,7 +948,7 @@ static const struct dentry_operations pipefs_dentry_operations = { | |||
948 | 948 | ||
949 | static struct inode * get_pipe_inode(void) | 949 | static struct inode * get_pipe_inode(void) |
950 | { | 950 | { |
951 | struct inode *inode = new_inode(pipe_mnt->mnt_sb); | 951 | struct inode *inode = new_inode_pseudo(pipe_mnt->mnt_sb); |
952 | struct pipe_inode_info *pipe; | 952 | struct pipe_inode_info *pipe; |
953 | 953 | ||
954 | if (!inode) | 954 | if (!inode) |