[GFS2] Remove lock methods for lock_nolock protocol
authorWendy Cheng <wcheng@redhat.com>
Thu, 29 Nov 2007 22:56:51 +0000 (17:56 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:08:15 +0000 (08:08 +0000)
commitc97bfe4351771675963e02f34d31e206fd2d7150
tree9ee4de86cacc54f3e49135a4ce39cf7a236efb31
parentbcd405599faa16cf32a3d3f1ce6a1e12cb37fede
[GFS2] Remove lock methods for lock_nolock protocol

GFS2 supports two modes of locking - lock_nolock for single node filesystem
and lock_dlm for cluster mode locking. The gfs2 lock methods are removed from
file operation table for lock_nolock protocol. This would allow VFS to handle
posix lock and flock logics just like other in-tree filesystems without
duplication.

Signed-off-by: S. Wendy Cheng <wcheng@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/inode.c
fs/gfs2/ops_file.c
fs/gfs2/ops_inode.h