summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlmfs
AgeCommit message (Collapse)AuthorFilesLines
2010-02-27ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LENJoel Becker1-0/+18
We want folks using dlmfs to be able to use the LVB in places other than just write(2)/read(2). By ignoring truncate requests, we allow 'echo "contents" > /dlm/space/lockname' to work. Signed-off-by: Joel Becker <joel.becker@oracle.com>
2010-02-27ocfs2_dlmfs: Move to its own directoryJoel Becker6-0/+1577
We're going to remove the tie between ocfs2_dlmfs and o2dlm. ocfs2_dlmfs doesn't belong in the fs/ocfs2/dlm directory anymore. Here we move it to fs/ocfs2/dlmfs. Signed-off-by: Joel Becker <joel.becker@oracle.com>