Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-19 | dlm: fix plock dev_write return value | David Teigland | |
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> | |||
2008-04-21 | dlm: move plock code from gfs2 | David Teigland | |
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> |