]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
authorSedat Dilek <sedat.dilek@googlemail.com>
Sat, 28 Apr 2012 12:13:53 +0000 (14:13 +0200)
committerPavel Shilovsky <pshilovsky@samba.org>
Wed, 23 May 2012 08:33:16 +0000 (12:33 +0400)
For more details see <file: Documentation/filesystems/porting>.

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c

index d6660f7e42f47c66c8d6c1e2d86652ba514862f9..3c9c794ede53d8b71f2a2ee1e239682f7fe4e1ae 100644 (file)
@@ -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