ceph: add LAZYIO ioctl to mark a file description for lazy consistency
authorSage Weil <sage@newdream.net>
Fri, 16 Apr 2010 16:53:43 +0000 (09:53 -0700)
committerSage Weil <sage@newdream.net>
Mon, 2 Aug 2010 03:11:39 +0000 (20:11 -0700)
Allow an application to mark a file descriptor for lazy file consistency
semantics, allowing buffered reads and writes when multiple clients are
accessing the same file.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found