patch-2.4.18 linux/include/linux/intermezzo_fs.h
Next file: linux/include/linux/iso_fs.h
Previous file: linux/include/linux/if_bonding.h
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Mon Jan 7 14:09:06 2002
- Orig file:
linux.orig/include/linux/intermezzo_fs.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/linux/intermezzo_fs.h linux/include/linux/intermezzo_fs.h
@@ -135,6 +135,7 @@
int fset_permit_count;
int fset_permit_cookie;
int fset_chunkbits;
+ int fset_data; /* replaces the dentry d_data field for fsetroots */
struct kml_fsdata *fset_kmldata;
loff_t fset_file_maxio; /* writing more than this causes a close */
};
@@ -201,9 +202,6 @@
void presto_frob_dop(struct dentry *de) ;
char * presto_path(struct dentry *dentry, struct dentry *root,
char *buffer, int buflen);
-void presto_set_dd(struct dentry *);
-void presto_init_ddata_cache(void);
-void presto_cleanup_ddata_cache(void);
extern struct dentry_operations presto_dentry_ops;
@@ -231,14 +229,6 @@
};
-struct presto_dentry_data {
- int dd_count; /* how mnay dentries are using this dentry */
- struct presto_file_set *dd_fset;
- loff_t dd_kml_offset;
- int dd_flags;
-
-};
-
struct presto_file_data {
int fd_do_lml;
loff_t fd_lml_offset;
@@ -259,7 +249,6 @@
__u64 pv_ctime;
__u64 pv_size;
};
-inline struct presto_dentry_data *presto_d2d(struct dentry *);
int presto_walk(const char *name, struct nameidata *nd);
int presto_clear_fsetroot(char *path);
int presto_clear_all_fsetroots(char *path);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)