* [PATCH] nuke some crap from fs.h
@ 2002-11-16 21:42 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2002-11-16 21:42 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Remove four dead prototypes and don't include mount.h here - fs.h
itself doesn't need it at all (just the struct vfsmount forward
declaration) and gets it through dcache.h anyway.
--- 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 *);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-16 21:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-16 21:42 [PATCH] nuke some crap from fs.h Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.