patch-2.4.0-test9 linux/fs/coda/coda_linux.c

Next file: linux/fs/coda/dir.c
Previous file: linux/fs/coda/cnode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/fs/coda/coda_linux.c linux/fs/coda/coda_linux.c
@@ -23,7 +23,6 @@
 #include <linux/coda_linux.h>
 #include <linux/coda_psdev.h>
 #include <linux/coda_fs_i.h>
-#include <linux/coda_cache.h>
 
 /* initialize the debugging variables */
 int coda_debug = 0;
@@ -71,12 +70,6 @@
     }
 }
 
-/* is this a volume root FID */
-int coda_fid_is_volroot(struct ViceFid *fid)
-{
-	return ( (fid->Vnode == 1) && (fid->Unique == 1 ) );
-}
-  
 int coda_fid_is_weird(struct ViceFid *fid)
 {
         /* volume roots */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)