Loading fs/sdcardfs/dentry.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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
fs/sdcardfs/dentry.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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, }; };