fuse: multiplex cached/direct_io file operations
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 24 Jan 2019 09:40:17 +0000 (10:40 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 13 Feb 2019 12:15:15 +0000 (13:15 +0100)
commit55752a3aba1387887afa024a0732f8ae52fb0645
tree2c1297d1783cfaa428d303c758e1f843050ee82b
parentd4136d60751a5f45f47f1c3a77f6e8bafa11be1f
fuse: multiplex cached/direct_io file operations

This is cleanup, as well as allowing switching between I/O modes while the
file is open in the future.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c