]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/internal.h
fold fifo.c into pipe.c
[mirror_ubuntu-zesty-kernel.git] / fs / internal.h
index 2f6af7f645ebc3d8862da4edb1d71bc811c8d788..4be78237d896d759229eaf300f583288e1a28086 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,8 @@ 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 *);