summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-05 03:54:08 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-05 03:54:08 -0700
commita276960837a7c87da6c0dede23f923675e5686f0 (patch)
tree150acd597823b332eda7bda30ef649c99c2da5d3 /include/linux
parent6909f28b899ae976c9f8f6666b21cc1a7eb3e680 (diff)
parenta731692ee1cf9b59c789b165c2bbdd2b0c69b70b (diff)
Merge bk://linux-mtd.bkbits.net/mtd-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 7f64f2b2cada..f8677c13b4a8 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1527,6 +1527,8 @@ extern int simple_fill_super(struct super_block *, int, struct tree_descr *);
extern int simple_pin_fs(char *name, struct vfsmount **mount, int *count);
extern void simple_release_fs(struct vfsmount **mount, int *count);
+extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, void *, size_t);
+
extern int inode_change_ok(struct inode *, struct iattr *);
extern int __must_check inode_setattr(struct inode *, struct iattr *);