patch-2.3.6 linux/fs/qnx4/inode.c

Next file: linux/fs/romfs/inode.c
Previous file: linux/fs/proc/sysvipc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.5/linux/fs/qnx4/inode.c linux/fs/qnx4/inode.c
@@ -338,7 +338,7 @@
 	s->u.qnx4_sb.sb_buf = bh;
 	s->u.qnx4_sb.sb = (struct qnx4_super_block *) bh->b_data;
 	s->s_root =
-	    d_alloc_root(iget(s, QNX4_ROOT_INO * QNX4_INODES_PER_BLOCK), NULL);
+	    d_alloc_root(iget(s, QNX4_ROOT_INO * QNX4_INODES_PER_BLOCK));
 	if (s->s_root == NULL) {
 		printk("qnx4: get inode failed\n");
 		goto out;

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