-
- Downloads
[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>
Showing
- Documentation/filesystems/ocfs2.txt 1 addition, 0 deletionsDocumentation/filesystems/ocfs2.txt
- fs/ocfs2/Makefile 1 addition, 0 deletionsfs/ocfs2/Makefile
- fs/ocfs2/file.c 59 additions, 1 deletionfs/ocfs2/file.c
- fs/ocfs2/locks.c 125 additions, 0 deletionsfs/ocfs2/locks.c
- fs/ocfs2/locks.h 31 additions, 0 deletionsfs/ocfs2/locks.h
- fs/ocfs2/ocfs2.h 1 addition, 0 deletionsfs/ocfs2/ocfs2.h
- fs/ocfs2/super.c 19 additions, 0 deletionsfs/ocfs2/super.c
fs/ocfs2/locks.c
0 → 100644
fs/ocfs2/locks.h
0 → 100644
Please register or sign in to comment