On 6 April 2016 at 14:45, Michal Mazurek <[email protected]> wrote: > * document NOLOCK - copy and paste from the commit message. > * keep MPSAFE undocumented, as it is never used. > * mention INDIR and NOLOCK in 'Fields'. > * sort the list of types in 'Fields'. > * sort the list of types in 'types'. > * place a dot ('.') at the end of each sentence. >
"NOLOCK the syscall doesn't grab any locks whatsoever" is a poor description IMO. It should say it doesn't grab the KERNEL_LOCK or biglock or something like that. "Any locks whatsoever" is incorrect as there might be mutexes, rwlocks, etc.
