patch-2.4.0-test10 linux/fs/coda/psdev.c

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

diff -u --recursive --new-file v2.4.0-test9/linux/fs/coda/psdev.c linux/fs/coda/psdev.c
@@ -54,7 +54,7 @@
 extern struct file_system_type coda_fs_type;
 
 /* statistics */
-int           coda_hard    = 0;  /* allows signals during upcalls */
+int           coda_hard;         /* allows signals during upcalls */
 unsigned long coda_timeout = 30; /* .. secs, then signals will dequeue */
 
 
@@ -376,7 +376,7 @@
 	release:	coda_psdev_release,
 };
 
-static devfs_handle_t devfs_handle = NULL;
+static devfs_handle_t devfs_handle;
 
 static int init_coda_psdev(void)
 {

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