From: Sedat Dilek Date: Sat, 28 Apr 2012 12:13:53 +0000 (+0200) Subject: cifs: Fix comment as d_alloc_root() is replaced by d_make_root() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ea4b574028f0c30d736ab6b13b518af8533a86c4;p=deliverable%2Flinux.git cifs: Fix comment as d_alloc_root() is replaced by d_make_root() For more details see . Signed-off-by: Sedat Dilek Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index d6660f7e42f4..3c9c794ede53 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -124,7 +124,7 @@ cifs_read_super(struct super_block *sb) 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) sb->s_d_op = &cifs_ci_dentry_ops; else