Code Review for illumos-gate

Prepared by:Arne Jansen (arne) on 2015-Sep-21 10:48 +0200 MEST
Workspace:/home/git/arne/illumos/illumos-gate (at 494d2c16fd6f)
Compare against: HEAD~ (at f183a62c6076)
Summary of changes: 19 lines changed: 19 ins; 0 del; 0 mod; 4270 unchg
Patch of changes: illumos-gate.patch
Printable review: illumos-gate.pdf

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw usr/src/uts/common/os/flock.c

6253 F_GETLK doesn't always return lock owner
The F_GETLK fcntl doesn't return the offending lock if there is a read lock
on the file, a waiting write lock, and a read lock is requested.
The write lock blocks the locking request, but without this patch isn't
returned by GETLK.
19 lines changed: 19 ins; 0 del; 0 mod; 4270 unchg

This code review page was prepared using ./usr/src/tools/scripts/webrev. Webrev is maintained by the illumos project. The latest version may be obtained here.