majianpeng 7ab9b38070 ceph: Don't use ceph-sync-mode for synchronous-fs.
Sending reads and writes through the sync read/write paths bypasses the
page cache, which is not expected or generally a good idea.  Removing
the write check is safe as there is a conditional vfs_fsync_range() later
in ceph_aio_write that already checks for the same flag (via
IS_SYNC(inode)).

Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
Reviewed-by: Sage Weil <sage@inktank.com>
2013-08-09 17:55:18 -07:00
..
2013-08-09 17:55:10 -07:00
2012-05-16 14:28:27 -05:00
2011-01-12 15:15:13 -08:00
2013-05-01 21:20:09 -07:00
2013-07-03 15:32:55 -07:00
2013-07-03 15:32:56 -07:00