commit | e8fce482f3702c1ad27c97b26db5022aa1fa64c7 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Tue Feb 09 17:52:13 2010 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Feb 26 15:41:18 2010 -0800 |
tree | 053d990d2e20a569021b2037a993700a58bc83e2 | |
parent | 553b5eb91abd5f8e679d23ae547b92c589726814 [diff] |
ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN 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>