--- 1.190/include/linux/fs.h Thu Nov 14 06:35:31 2002
+++ edited/include/linux/fs.h Sat Nov 16 20:18:12 2002
@@ -28,7 +28,7 @@
struct poll_table_struct;
struct nameidata;
-
+struct vfsmount;
/*
* It's silly to have NR_OPEN bigger than NR_FILE, but you can change
@@ -271,10 +271,9 @@
#define ATTR_FLAG_NODIRATIME 16 /* Don't update atime for directory */
/*
- * Includes for diskquotas and mount structures.
+ * Includes for diskquotas.
*/
#include <linux/quota.h>
-#include <linux/mount.h>
/*
* oh the beauties of C type declarations.
@@ -1340,11 +1339,6 @@
#ifdef CONFIG_BLK_DEV_INITRD
extern unsigned int real_root_dev;
#endif
-
-extern ssize_t char_read(struct file *, char *, size_t, loff_t *);
-extern ssize_t block_read(struct file *, char *, size_t, loff_t *);
-extern ssize_t char_write(struct file *, const char *, size_t, loff_t *);
-extern ssize_t block_write(struct file *, const char *, size_t, loff_t *);
extern int inode_change_ok(struct inode *, struct iattr *);
extern int inode_setattr(struct inode *, struct iattr *);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/