patch-2.4.17 linux/fs/coda/file.c
Next file: linux/fs/coda/inode.c
Previous file: linux/fs/coda/dir.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/fs/coda/file.c
- Orig date:
Sat Sep 22 18:11:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/fs/coda/file.c linux/fs/coda/file.c
@@ -102,7 +102,6 @@
struct coda_inode_info *cii;
lock_kernel();
- ENTRY;
coda_vfs_stat.open++;
CDEBUG(D_SPECIAL, "OPEN inode number: %ld, count %d, flags %o.\n",
@@ -140,7 +139,6 @@
fh->f_dentry->d_inode->i_ino,
atomic_read(&fh->f_dentry->d_inode->i_count),
fh->f_dentry->d_inode->i_op);
- EXIT;
unlock_kernel();
return 0;
}
@@ -155,7 +153,6 @@
struct inode *cinode, *inode;
int err = 0, fcnt;
- ENTRY;
coda_vfs_stat.flush++;
/* No need to make an upcall when we have not made any modifications
@@ -200,7 +197,6 @@
int err = 0;
lock_kernel();
- ENTRY;
coda_vfs_stat.release++;
if (!use_coda_close) {
@@ -244,7 +240,6 @@
struct inode *cinode, *inode = dentry->d_inode;
struct coda_inode_info *cii = ITOC(inode);
int err = 0;
- ENTRY;
if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
S_ISLNK(inode->i_mode)))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)