]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/client/MetaRequest.h
update sources to 12.2.7
[ceph.git] / ceph / src / client / MetaRequest.h
index 56dc4d9730649e2e83892d55ef62775fdcc2489c..5243904131157b9cfc78b5c97d5b939e2c2f9dd5 100644 (file)
@@ -199,7 +199,7 @@ public:
   }
   bool auth_is_best() {
     if ((head.op & CEPH_MDS_OP_WRITE) || head.op == CEPH_MDS_OP_OPEN ||
-       head.op == CEPH_MDS_OP_READDIR) 
+       head.op == CEPH_MDS_OP_READDIR || send_to_auth
       return true;
     return false;    
   }