From: braam Date: Tue, 31 Aug 1999 23:08:23 +0000 (+0000) Subject: Minor change for Linux 2.3 X-Git-Tag: 0.4.2~808 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fc27fd73f3a22f9b8d819948f143c2537179b1c8;p=fs%2Flustre-release.git Minor change for Linux 2.3 --- diff --git a/lustre/obdfs/super.c b/lustre/obdfs/super.c index 70f9c0f..cf60d54 100644 --- a/lustre/obdfs/super.c +++ b/lustre/obdfs/super.c @@ -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;