patch-2.4.4 linux/include/linux/coda_fs_i.h
Next file: linux/include/linux/coda_linux.h
Previous file: linux/include/linux/coda.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Fri Apr 27 15:48:20 2001
- Orig file:
v2.4.3/linux/include/linux/coda_fs_i.h
- Orig date:
Mon Mar 26 15:48:10 2001
diff -u --recursive --new-file v2.4.3/linux/include/linux/coda_fs_i.h linux/include/linux/coda_fs_i.h
@@ -13,20 +13,17 @@
#include <linux/list.h>
#include <linux/coda.h>
-#define CODA_CNODE_MAGIC 0x47114711
/*
* coda fs inode data
*/
struct coda_inode_info {
struct ViceFid c_fid; /* Coda identifier */
u_short c_flags; /* flags (see below) */
- struct list_head c_volrootlist; /* list of volroot cnoddes */
struct list_head c_cilist; /* list of all coda inodes */
- struct inode *c_vnode; /* inode associated with cnode */
- unsigned int c_contcount; /* refcount for container inode */
+ struct file *c_container; /* container file for this cnode */
+ unsigned int c_contcount; /* refcount for container file */
struct coda_cred c_cached_cred; /* credentials of cached perms */
unsigned int c_cached_perm; /* cached access permissions */
- int c_magic; /* to verify the data structure */
};
/* flags */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)