POSIX locking vs. Windows locking
Problem: Windows servers cannot support exotic locking requests!
According to NFSv4 RFC, Servers should support exotic locking requests if possible, but are not required to.
Therefore, a client which wants to emit an exotic requests is responsible for simulating it by a sequence of non-exotic requests.