patch-2.2.17 linux/include/linux/coda_linux.h
Next file: linux/include/linux/coda_opstats.h
Previous file: linux/include/linux/coda_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/linux/coda_linux.h
- Orig date:
Mon Sep 4 18:37:11 2000
diff -u --recursive --new-file v2.2.16/include/linux/coda_linux.h linux/include/linux/coda_linux.h
@@ -53,7 +53,6 @@
int coda_iscontrol(const char *name, size_t length);
void coda_load_creds(struct coda_cred *cred);
-int coda_mycred(struct coda_cred *);
void coda_vattr_to_iattr(struct inode *, struct coda_vattr *);
void coda_iattr_to_vattr(struct iattr *, struct coda_vattr *);
unsigned short coda_flags_to_cflags(unsigned short);
@@ -69,8 +68,6 @@
struct inode *open_inode, struct file *open_file);
int coda_inode_grab(dev_t dev, ino_t ino, struct inode **ind);
-#define NB_SFS_SIZ 0x895440
-
/* cache.c */
void coda_purge_children(struct inode *, int);
void coda_purge_dentries(struct inode *);
@@ -99,15 +96,13 @@
if (coda_debug & mask) { \
printk("(%s,l. %d): ", __FUNCTION__, __LINE__); \
printk(format, ## a); } \
-} while (0) ;
+} while (0)
#define ENTRY \
if(coda_print_entry) printk("Process %d entered %s\n",current->pid,__FUNCTION__)
#define EXIT \
if(coda_print_entry) printk("Process %d leaving %s\n",current->pid,__FUNCTION__)
-
-#define CHECK_CNODE(c) do { } while (0);
#define CODA_ALLOC(ptr, cast, size) \
do { \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)