]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
exofs: Allow O_DIRECT open
authorBoaz Harrosh <bharrosh@panasas.com>
Mon, 13 Jan 2014 21:45:43 +0000 (23:45 +0200)
committerBoaz Harrosh <bharrosh@panasas.com>
Wed, 15 Jan 2014 13:28:51 +0000 (15:28 +0200)
commit05ddf90578af4e32edfb1cf00c0e52dd4f681d36
tree7543ee0db862ddc321ed990ea8a682969582108f
parentd07a48dfb9d7b1f12eef64cb18cbff02f7786d3c
exofs: Allow O_DIRECT open

With this minimal do nothing patch an application can open O_DIRECT
and then actually do buffered sync IO instead. But the aio API is
supported which is a good thing

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/inode.c