patch-2.4.0-test11 linux/fs/coda/symlink.c

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

diff -u --recursive --new-file v2.4.0-test10/linux/fs/coda/symlink.c linux/fs/coda/symlink.c
@@ -28,7 +28,7 @@
 	int error;
 	struct coda_inode_info *cnp;
 	unsigned int len = PAGE_SIZE;
-	char *p = (char*)kmap(page);
+	char *p = kmap(page);
 
 	lock_kernel();
         cnp = ITOC(inode);

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