]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mount/mount.ceph.h
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / mount / mount.ceph.h
index c563597c43832d64a2cd16926fef161a4e982e03..b61176923d8dd5e1090244c90b0bb3158b6632d1 100644 (file)
@@ -21,9 +21,6 @@ extern "C" {
 /* Max Including null terminator */
 #define SECRET_BUFSIZE (MAX_SECRET_LEN + 1)
 
-/* Buffer size for secret= option */
-#define SECRET_OPTION_BUFSIZE (sizeof("secret=") + MAX_SECRET_LEN + 1)
-
 /* 2k should be enough for anyone? */
 #define MON_LIST_BUFSIZE       2048