sdcardfs: Add support for d_canonical_path
Change-Id: I5d6f0e71b8ca99aec4b0894412f1dfd1cfe12add Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
parent
530d9c5fc2
commit
f06e869f93
1 changed files with 1 additions and 0 deletions
|
@ -177,5 +177,6 @@ const struct dentry_operations sdcardfs_ci_dops = {
|
||||||
.d_release = sdcardfs_d_release,
|
.d_release = sdcardfs_d_release,
|
||||||
.d_hash = sdcardfs_hash_ci,
|
.d_hash = sdcardfs_hash_ci,
|
||||||
.d_compare = sdcardfs_cmp_ci,
|
.d_compare = sdcardfs_cmp_ci,
|
||||||
|
.d_canonical_path = sdcardfs_get_real_lower,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue