summaryrefslogtreecommitdiffstats
path: root/fs/dlm/plock.c
Commit message (Collapse)AuthorAgeFilesLines
* dlm: fix plock dev_write return valueDavid Teigland2008-05-191-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 gfs2David Teigland2008-04-211-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>
OpenPOWER on IntegriCloud