]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: don't use special DIO path for encrypted inodes
authorJeff Layton <jlayton@kernel.org>
Thu, 25 Aug 2022 13:31:19 +0000 (09:31 -0400)
committerXiubo Li <xiubli@redhat.com>
Fri, 26 Aug 2022 23:58:56 +0000 (07:58 +0800)
commite1701c002cac8269278e9760f4bba14440303c1e
treeebf4847924bdbeaf36bcc0aebdc6ca354b3ec4bb
parenta45172b8d2544c7285cfa6be33d4a5a9ae842139
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