diff options
author | Sedat Dilek <sedat.dilek@googlemail.com> | 2012-04-28 08:13:53 -0400 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-05-23 04:33:16 -0400 |
commit | ea4b574028f0c30d736ab6b13b518af8533a86c4 (patch) | |
tree | f7a4c661f45446f4596ea6b18cdde6a1a792ef3e /fs/cifs/cifsfs.c | |
parent | 1080ef758fb87f286b25277d8373e680a9e73363 (diff) |
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
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>
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
124 | goto out_no_root; | 124 | goto out_no_root; |
125 | } | 125 | } |
126 | 126 | ||
127 | /* do that *after* d_alloc_root() - we want NULL ->d_op for root here */ | 127 | /* do that *after* d_make_root() - we want NULL ->d_op for root here */ |
128 | if (cifs_sb_master_tcon(cifs_sb)->nocase) | 128 | if (cifs_sb_master_tcon(cifs_sb)->nocase) |
129 | sb->s_d_op = &cifs_ci_dentry_ops; | 129 | sb->s_d_op = &cifs_ci_dentry_ops; |
130 | else | 130 | else |