Alexander Zarochentsev
authored
. "false conflicts" may cause file contention and switching to lockless i/o . compilation warning on a 64-bit platform . contention reports are recorded as lustre errors . llap_from_page complains about wrong llap_checksums for lockless pages . assertions needed to be sure that ll_releasepage is called on pages with locks only . NS_DEFAULT_CONTENDED_LOCKS=0 was considered as wrong default value and, the lockless read/write is disabled by default now. b=11270 i=green i=adilger