From: John Spray Date: Fri, 8 May 2015 13:24:37 +0000 (+0100) Subject: include/ceph_fs.h: define magic LOST+FOUND ino X-Git-Tag: v9.0.3~38^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae570255ddb36cd8f9c9c7cbb6e9691bdc4c07fd;p=ceph.git include/ceph_fs.h: define magic LOST+FOUND ino So that recovery tools can create this dir without having to consult/modify InoTable. Signed-off-by: John Spray --- diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 60dedd47d2f5..94920c21d3d3 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -29,6 +29,7 @@ #define CEPH_INO_ROOT 1 #define CEPH_INO_CEPH 2 /* hidden .ceph dir */ #define CEPH_INO_DOTDOT 3 /* used by ceph fuse for parent (..) */ +#define CEPH_INO_LOST_AND_FOUND 4 /* reserved ino for use in recovery */ /* arbitrary limit on max # of monitors (cluster of 3 is typical) */ #define CEPH_MAX_MON 31