Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: fix wrong casting for dentry name
The dentry name type is unsigned char *. If we don't match this type, some character codes can be changed by signed bit. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
- Loading branch information