Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dlm: fix plock dev_write return value | David Teigland | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | | | The return value on writes to the plock device should be the number of bytes written. It was returning 0 instead when an nfs lock callback was involved. Reported-by: Nathan Straz <nstraz@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com> | ||||
* | dlm: move plock code from gfs2 | David Teigland | 2008-04-21 | 1 | -0/+439 |
Move the code that handles cluster posix locks from gfs2 into the dlm so that it can be used by both gfs2 and ocfs2. Signed-off-by: David Teigland <teigland@redhat.com> |