[PATCH 2/2] ocfs2: cluster aware flock()
authorMark Fasheh <mark.fasheh@oracle.com>
Fri, 21 Dec 2007 00:49:04 +0000 (16:49 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 23:05:43 +0000 (15:05 -0800)
commit53fc622b9e829c8e632e45ef8c14f054388759c1
tree6b8585ab00312dd798d8087c452393bf6cc0d344
parentcf8e06f1a860d8680d6bb4ac8ec7d7724988e46f
[PATCH 2/2] ocfs2: cluster aware flock()

Hook up ocfs2_flock(), using the new flock lock type in dlmglue.c. A new
mount option, "localflocks" is added so that users can revert to old
functionality as need be.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Documentation/filesystems/ocfs2.txt
fs/ocfs2/Makefile
fs/ocfs2/file.c
fs/ocfs2/locks.c [new file with mode: 0644]
fs/ocfs2/locks.h [new file with mode: 0644]
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c