]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: don't use special DIO path for encrypted inodes
authorJeff Layton <jlayton@kernel.org>
Fri, 7 Jan 2022 14:30:42 +0000 (09:30 -0500)
committerJeff Layton <jlayton@kernel.org>
Tue, 31 May 2022 15:50:01 +0000 (11:50 -0400)
commit8f3582c018b79cf4dc04f650af762aea1b4cba18
treebeb343318b4bb6b124073c10aea89b1a787018a3
parent3d618cfc3c736e18797c093009f8fa69c1402542
ceph: don't use special DIO path for encrypted inodes

Eventually I want to merge the synchronous and direct read codepaths,
possibly via new netfs infrastructure. For now, the direct path is not
crypto-enabled, so use the sync read/write paths instead.

Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/file.c