Whamcloud - gitweb
Minor change for Linux 2.3
authorbraam <braam>
Tue, 31 Aug 1999 23:08:23 +0000 (23:08 +0000)
committerbraam <braam>
Tue, 31 Aug 1999 23:08:23 +0000 (23:08 +0000)
lustre/obdfs/super.c

index 70f9c0f..cf60d54 100644 (file)
@@ -100,7 +100,7 @@ static struct super_block * obdfs_read_super(struct super_block *sb,
 
        printk("obdfs_read_super: rootinode is %ld dev %d\n", 
               root->i_ino, root->i_dev);
-       sb->s_root = d_alloc_root(root, NULL);
+       sb->s_root = d_alloc_root(root);
        unlock_super(sb);
        EXIT;  
         return sb;