···371371 on newly created files, directories, and devices (create, 372372 mkdir, mknod) which will result in the server setting the373373 uid and gid to the default (usually the server uid of the374374- usern who mounted the share). Letting the server (rather than374374+ user who mounted the share). Letting the server (rather than375375 the client) set the uid and gid is the default. This376376 parameter has no effect if the CIFS Unix Extensions are not377377 negotiated.···384384 client (e.g. when the application is doing large sequential385385 reads bigger than page size without rereading the same data) 386386 this can provide better performance than the default387387- behavior which caches reads (reaadahead) and writes 387387+ behavior which caches reads (readahead) and writes 388388 (writebehind) through the local Linux client pagecache 389389 if oplock (caching token) is granted and held. Note that390390 direct allows write operations larger than page size
+1
fs/cifs/misc.c
···571571 break;572572 case UNI_LESSTHAN:573573 target[j] = '<';574574+ break;574575 default: 575576 len = cp->uni2char(src_char, &target[j], 576577 NLS_MAX_CHARSET_SIZE);