~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/srv/fs/exfat/exfat_dentry.c

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        return true;
130
130
}
131
131
 
132
 
size_t utf16_length(const uint16_t *wstr)
 
132
size_t exfat_utf16_length(const uint16_t *wstr)
133
133
{
134
134
        size_t len = 0;
135
135