Skip to content

Commit 1753629

Browse files
lxbszidryomov
authored andcommitted
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>
1 parent 7e7d67a commit 1753629

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/ceph/ceph_fs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
#define CEPH_INO_ROOT 1
3131
#define CEPH_INO_CEPH 2 /* hidden .ceph dir */
32-
#define CEPH_INO_DOTDOT 3 /* used by ceph fuse for parent (..) */
3332

3433
/* arbitrary limit on max # of monitors (cluster of 3 is typical) */
3534
#define CEPH_MAX_MON 31

0 commit comments

Comments
 (0)