JFS: Add d_hash and d_compare operations for case-insensitive names
JFS supports OS/2-compatibility with case-insensitive file names. To avoid multiple dentries for these names, jfs needs to provide the d_hash and d_compare dentry_operations. The operations are only used when the volume was created in OS/2 or with the -O flag.
Showing
Please register or sign in to comment