From: Xiubo Li Date: Wed, 23 Feb 2022 01:04:55 +0000 (+0800) Subject: ceph: remove incorrect and unused CEPH_INO_DOTDOT macro X-Git-Tag: v6.6.17~7835^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1753629ea0f34900467185b7d8b0db11a64f4728;p=platform%2Fkernel%2Flinux-rpi.git ceph: remove incorrect and unused CEPH_INO_DOTDOT macro Ceph have removed this macro and the 0x3 will be use for global dummy snaprealm. Signed-off-by: Xiubo Li Reviewed-by: Jeff Layton Signed-off-by: Ilya Dryomov --- diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h index 66db21a..f14f9bc 100644 --- a/include/linux/ceph/ceph_fs.h +++ b/include/linux/ceph/ceph_fs.h @@ -29,7 +29,6 @@ #define CEPH_INO_ROOT 1 #define CEPH_INO_CEPH 2 /* hidden .ceph dir */ -#define CEPH_INO_DOTDOT 3 /* used by ceph fuse for parent (..) */ /* arbitrary limit on max # of monitors (cluster of 3 is typical) */ #define CEPH_MAX_MON 31