Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea4b5740 authored by Sedat Dilek's avatar Sedat Dilek Committed by Pavel Shilovsky
Browse files

cifs: Fix comment as d_alloc_root() is replaced by d_make_root()



For more details see <file: Documentation/filesystems/porting>.

Signed-off-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 1080ef75
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -124,7 +124,7 @@ cifs_read_super(struct super_block *sb)
		goto out_no_root;
		goto out_no_root;
	}
	}


	/* do that *after* d_alloc_root() - we want NULL ->d_op for root here */
	/* do that *after* d_make_root() - we want NULL ->d_op for root here */
	if (cifs_sb_master_tcon(cifs_sb)->nocase)
	if (cifs_sb_master_tcon(cifs_sb)->nocase)
		sb->s_d_op = &cifs_ci_dentry_ops;
		sb->s_d_op = &cifs_ci_dentry_ops;
	else
	else