linux24/fs/jfs
OSS-jfs_User <[email protected]> Thu, 17 Jul 2003 14:09:28 -0400
| Newsgroups | gmane.comp.file-systems.jfs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv23216 Modified Files: jfs_unicode.c Log Message: If unicode conversion fails, operation should fail. Previously, if an object is created with an illegal character in the iocharset, JFS substituted a question mark as a substitution character and allowed the operation to succeed. This can cause more than on dentry to be created for the same object, leading to more problems.