net/mlx4_core: Fail device init if num_vfs is negative
[cascardo/linux.git] / fs / internal.h
index 4be7823..eaa75f7 100644 (file)
@@ -130,3 +130,8 @@ extern struct dentry *__d_alloc(struct super_block *, const struct qstr *);
  * read_write.c
  */
 extern ssize_t __kernel_write(struct file *, const char *, size_t, loff_t *);
+
+/*
+ * pipe.c
+ */
+extern const struct file_operations pipefifo_fops;