projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1080ef7
)
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
author
Sedat Dilek
<sedat.dilek@googlemail.com>
Sat, 28 Apr 2012 12:13:53 +0000
(14:13 +0200)
committer
Pavel 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsfs.c
b/fs/cifs/cifsfs.c
index d6660f7e42f47c66c8d6c1e2d86652ba514862f9..3c9c794ede53d8b71f2a2ee1e239682f7fe4e1ae 100644
(file)
--- 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