···12531253 return ret;12541254}1255125512561256+static const struct super_operations pipefs_ops = {12571257+ .destroy_inode = free_inode_nonrcu,12581258+};12591259+12561260/*12571261 * pipefs should _never_ be mounted by userland - too much of security hassle,12581262 * no real gain from having the whole whorehouse mounted. So we don't need···12661262static struct dentry *pipefs_mount(struct file_system_type *fs_type,12671263 int flags, const char *dev_name, void *data)12681264{12691269- return mount_pseudo(fs_type, "pipe:", NULL, PIPEFS_MAGIC);12651265+ return mount_pseudo(fs_type, "pipe:", &pipefs_ops, PIPEFS_MAGIC);12701266}1271126712721268static struct file_system_type pipe_fs_type = {