]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: do not overload system errnos
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 12 Apr 2018 17:13:48 +0000 (10:13 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 12 Apr 2018 18:51:12 +0000 (11:51 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/client/Client.h

index 0f69bdfa503a3749cc35d69b1e60db160830cdbc..45b5c0ead96d38c7bb6977eb1aac3f91fef12c7b 100644 (file)
@@ -91,7 +91,8 @@ class MDSCommandOp : public CommandOp
 };
 
 /* error code for ceph_fuse */
-#define CEPH_FUSE_NO_MDS_UP    -(1<<2) /* no mds up deteced in ceph_fuse */
+#define CEPH_FUSE_NO_MDS_UP    -(1<<16+0) /* no mds up deteced in ceph_fuse */
+#define CEPH_FUSE_LAST         -(1<<16+1) /* (unused) */
 
 // ============================================
 // types for my local metadata cache