patch-2.1.86 linux/fs/coda/file.c

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

diff -u --recursive --new-file v2.1.85/linux/fs/coda/file.c linux/fs/coda/file.c
@@ -264,7 +264,7 @@
 {
         struct super_block *sbptr;
 
-        sbptr = get_super(dev);
+        sbptr = get_super(to_kdev_t(dev));
 
         if ( !sbptr ) {
                 printk("coda_inode_grab: coda_find_super returns NULL.\n");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov