aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/ceph_fs.h
diff options
context:
space:
mode:
authorXiubo Li <xiubli@redhat.com>2022-02-23 09:04:55 +0800
committerIlya Dryomov <idryomov@gmail.com>2022-03-01 18:26:37 +0100
commit1753629ea0f34900467185b7d8b0db11a64f4728 (patch)
treeb752a96ba22478741f186e965b2c2813cbdc39e9 /include/linux/ceph/ceph_fs.h
parentMAINTAINERS: add Xiubo Li as cephfs co-maintainer (diff)
downloadlinux-dev-1753629ea0f34900467185b7d8b0db11a64f4728.tar.xz
linux-dev-1753629ea0f34900467185b7d8b0db11a64f4728.zip
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 <xiubli@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph/ceph_fs.h')
-rw-r--r--include/linux/ceph/ceph_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h
index 66db21ac5f0c..f14f9bc290e6 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