Whamcloud - gitweb
- Untested changes to the FS use of the DLM:
authorpschwan <pschwan>
Mon, 22 Apr 2002 22:56:24 +0000 (22:56 +0000)
committerpschwan <pschwan>
Mon, 22 Apr 2002 22:56:24 +0000 (22:56 +0000)
commitc12c7dd57b5c5a74bd7c4e41c27401170b4c715c
treecc068e0ede92ad3889011d130d3668d6e19c5e1a
parent39a4a5c613b316d9067dd946727cd1ce34757b82
- Untested changes to the FS use of the DLM:
 - if we already have a lock that covers the extent, use it
 - if we need a PR lock and already have a PW lock, use the PW lock
 - if we can promote a PR lock to a PW lock and be covered, do the conversion
- keep track of the readers and writers using the lock
- fixed a lock conversion bug (we were ignoring locks held by other members of
  the conversion list when checking for granted compat)
- Brought today's changes onto the branch

Next up: fixing the dlm locking mess.
lustre/obdfs/file.c