K 10 svn:author V 3 cem K 8 svn:date V 27 2020-07-31T00:13:40.219901Z K 7 svn:log V 241 getblk: Remove a non-sensical LK_NOWAIT | LK_SLEEPFAIL No functional change. LK_SLEEPFAIL implies a behavior that is only possible if the lock operation can sleep. LK_NOWAIT prevents the lock operation from sleeping. Discussed with: kib END