projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ebb8b9
)
sdcardfs: Add support for d_canonicalize
author
Daniel Rosenberg
<drosen@google.com>
Fri, 12 Feb 2016 00:53:36 +0000
(16:53 -0800)
committer
Stricted
<info@stricted.net>
Thu, 11 Oct 2018 16:03:14 +0000
(18:03 +0200)
Change-Id: I5d6f0e71b8ca99aec4b0894412f1dfd1cfe12add
Signed-off-by: Daniel Rosenberg <drosen@google.com>
fs/sdcardfs/dentry.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sdcardfs/dentry.c
b/fs/sdcardfs/dentry.c
index a0c31cb68f923ca030924b0254e12c236b271424..6497fb7199f35a2248e86a76d04002f1ccb37473 100644
(file)
--- a/
fs/sdcardfs/dentry.c
+++ b/
fs/sdcardfs/dentry.c
@@
-178,5
+178,6
@@
const struct dentry_operations sdcardfs_ci_dops = {
.d_release = sdcardfs_d_release,
.d_hash = sdcardfs_hash_ci,
.d_compare = sdcardfs_cmp_ci,
+ .d_canonical_path = sdcardfs_get_real_lower,
};