diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:06 -0400 |
commit | 737b758c965a9b223ac1243ab38d9e507ac86c64 (patch) | |
tree | 9dcdaf3b573a2a27d0d43c1477a18867b144e5f4 /fs/cifs/README | |
parent | 6c91d362f1e1ebbd4513adb68fc79d552c11e2c0 (diff) |
[PATCH] cifs: character mapping of special characters (part 3 of 3)
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 83e054576258..93900fc4adaa 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
@@ -376,8 +376,8 @@ A partial list of the supported mount options follows: | |||
376 | attributes) to the server (default) e.g. via setfattr | 376 | attributes) to the server (default) e.g. via setfattr |
377 | and getfattr utilities. | 377 | and getfattr utilities. |
378 | nouser_xattr Do not allow getfattr/setfattr to get/set xattrs | 378 | nouser_xattr Do not allow getfattr/setfattr to get/set xattrs |
379 | mapchars Translate the seven reserved characters | 379 | mapchars Translate six of the seven reserved characters (not backslash) |
380 | *?<>|:\ | 380 | *?<>|: |
381 | to the remap range (above 0xF000), which also | 381 | to the remap range (above 0xF000), which also |
382 | allows the CIFS client to recognize files created with | 382 | allows the CIFS client to recognize files created with |
383 | such characters by Windows's POSIX emulation. This can | 383 | such characters by Windows's POSIX emulation. This can |