···371 on newly created files, directories, and devices (create, 372 mkdir, mknod) which will result in the server setting the373 uid and gid to the default (usually the server uid of the374- usern who mounted the share). Letting the server (rather than375 the client) set the uid and gid is the default. This376 parameter has no effect if the CIFS Unix Extensions are not377 negotiated.···384 client (e.g. when the application is doing large sequential385 reads bigger than page size without rereading the same data) 386 this can provide better performance than the default387- behavior which caches reads (reaadahead) and writes 388 (writebehind) through the local Linux client pagecache 389 if oplock (caching token) is granted and held. Note that390 direct allows write operations larger than page size
···371 on newly created files, directories, and devices (create, 372 mkdir, mknod) which will result in the server setting the373 uid and gid to the default (usually the server uid of the374+ user who mounted the share). Letting the server (rather than375 the client) set the uid and gid is the default. This376 parameter has no effect if the CIFS Unix Extensions are not377 negotiated.···384 client (e.g. when the application is doing large sequential385 reads bigger than page size without rereading the same data) 386 this can provide better performance than the default387+ behavior which caches reads (readahead) and writes 388 (writebehind) through the local Linux client pagecache 389 if oplock (caching token) is granted and held. Note that390 direct allows write operations larger than page size
+1
fs/cifs/misc.c
···571 break;572 case UNI_LESSTHAN:573 target[j] = '<';0574 default: 575 len = cp->uni2char(src_char, &target[j], 576 NLS_MAX_CHARSET_SIZE);
···571 break;572 case UNI_LESSTHAN:573 target[j] = '<';574+ break;575 default: 576 len = cp->uni2char(src_char, &target[j], 577 NLS_MAX_CHARSET_SIZE);