projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7d67a
)
ceph: remove incorrect and unused CEPH_INO_DOTDOT macro
author
Xiubo Li
<xiubli@redhat.com>
Wed, 23 Feb 2022 01:04:55 +0000
(09:04 +0800)
committer
Ilya Dryomov
<idryomov@gmail.com>
Tue, 1 Mar 2022 17:26:37 +0000
(18:26 +0100)
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>
include/linux/ceph/ceph_fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ceph/ceph_fs.h
b/include/linux/ceph/ceph_fs.h
index 66db21ac5f0cab7155d3a4a756af90f3f6b67e3d..f14f9bc290e64a1bfe133a318e5eb4c55e13b720 100644
(file)
--- 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