patch-2.4.0-test9 linux/include/linux/coda_cache.h
Next file: linux/include/linux/coda_fs_i.h
Previous file: linux/include/linux/coda.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Sep 19 15:08:59 2000
- Orig file:
v2.4.0-test8/linux/include/linux/coda_cache.h
- Orig date:
Wed Jun 21 10:10:02 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/linux/coda_cache.h linux/include/linux/coda_cache.h
@@ -10,22 +10,10 @@
#ifndef _CFSNC_HEADER_
#define _CFSNC_HEADER_
-/*
- * Structure for an element in the Coda Credential Cache.
- */
-
-struct coda_cache {
- struct list_head cc_cclist; /* list of all cache entries */
- struct list_head cc_cnlist; /* list of cache entries/cnode */
- int cc_mask;
- struct coda_cred cc_cred;
-};
-
/* credential cache */
void coda_cache_enter(struct inode *inode, int mask);
void coda_cache_clear_inode(struct inode *);
-void coda_cache_clear_all(struct super_block *sb);
-void coda_cache_clear_cred(struct super_block *sb, struct coda_cred *cred);
+void coda_cache_clear_all(struct super_block *sb, struct coda_cred *cred);
int coda_cache_check(struct inode *inode, int mask);
/* for downcalls and attributes and lookups */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)