--- fs/romfs/inode.c.old Tue Jan 1 18:16:50 2002 +++ fs/romfs/inode.c Tue Jan 1 22:10:09 2002 @@ -518,7 +518,7 @@ default: /* depending on MBZ for sock/fifos */ nextfh = ntohl(ri.spec); - nextfh = kdev_t_to_nr(MKDEV(nextfh>>16,nextfh&0xffff)); + nextfh = kdev_t_to_nr(mk_kdev(nextfh>>16,nextfh&0xffff)); init_special_inode(i, ino, nextfh); } }