Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ocfs2: dlm: dlmdomain: remove unused function | Rickard Strandqvist | 2015-02-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | Remove dlm_joined() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | [PATCH] OCFS2: The Second Oracle Cluster Filesystem | Kurt Hackel | 2006-01-03 | 1 | -0/+36 |
A distributed lock manager built with the cluster file system use case in mind. The OCFS2 dlm exposes a VMS style API, though things have been simplified internally. The only lock levels implemented currently are NLMODE, PRMODE and EXMODE. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> |