commit | b704e70b7cf48f9b67c07d585168e102dfa30bb4 | [log] [tgz] |
---|---|---|
author | Björn Jacke <bj@sernet.de> | Wed May 03 23:47:44 2017 +0200 |
committer | Steve French <smfrench@gmail.com> | Wed May 03 19:31:33 2017 -0500 |
tree | 702b8b2df6dae6d3d63b27e09ed8e5f5998c9b5a | |
parent | 3998e6b87d4258a70df358296d6f1c7234012bfe [diff] |
CIFS: fix mapping of SFM_SPACE and SFM_PERIOD - trailing space maps to 0xF028 - trailing period maps to 0xF029 This fix corrects the mapping of file names which have a trailing character that would otherwise be illegal (period or space) but is allowed by POSIX. Signed-off-by: Bjoern Jacke <bjacke@samba.org> CC: Stable <stable@vger.kernel.org> Signed-off-by: Steve French <smfrench@gmail.com>