]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/internal.h
pnfs/blocklayout: include vmalloc.h for __vmalloc
[karo-tx-linux.git] / fs / internal.h
index 4657424074668dcb933c8d375244b1d3b9d72561..e325b4f9c799669ebfa02e0ee143231e98510ba6 100644 (file)
@@ -131,7 +131,6 @@ extern long prune_dcache_sb(struct super_block *sb, unsigned long nr_to_scan,
 /*
  * read_write.c
  */
-extern ssize_t __kernel_write(struct file *, const char *, size_t, loff_t *);
 extern int rw_verify_area(int, struct file *, const loff_t *, size_t);
 
 /*
@@ -144,3 +143,9 @@ extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
  * pipe.c
  */
 extern const struct file_operations pipefifo_fops;
+
+/*
+ * fs_pin.c
+ */
+extern void sb_pin_kill(struct super_block *sb);
+extern void mnt_pin_kill(struct mount *m);