]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/internal.h
Merge branch 'vfree' into for-next
[karo-tx-linux.git] / fs / internal.h
index 2f6af7f645ebc3d8862da4edb1d71bc811c8d788..eaa75f75b625c572ec6e75650b3e6fb89d715a4a 100644 (file)
@@ -69,7 +69,7 @@ extern void __mnt_drop_write_file(struct file *);
 /*
  * fs_struct.c
  */
-extern void chroot_fs_refs(struct path *, struct path *);
+extern void chroot_fs_refs(const struct path *, const struct path *);
 
 /*
  * file_table.c
@@ -125,3 +125,13 @@ extern int invalidate_inodes(struct super_block *, bool);
  * dcache.c
  */
 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;