diff options
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 770f7b507fce..3930fb685f0b 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -53,6 +53,7 @@ struct ceph_mount_args { | |||
53 | struct ceph_entity_addr *mon_addr; | 53 | struct ceph_entity_addr *mon_addr; |
54 | int flags; | 54 | int flags; |
55 | int mount_timeout; | 55 | int mount_timeout; |
56 | int osd_idle_ttl; | ||
56 | int caps_wanted_delay_min, caps_wanted_delay_max; | 57 | int caps_wanted_delay_min, caps_wanted_delay_max; |
57 | struct ceph_fsid fsid; | 58 | struct ceph_fsid fsid; |
58 | struct ceph_entity_addr my_addr; | 59 | struct ceph_entity_addr my_addr; |
@@ -71,6 +72,7 @@ struct ceph_mount_args { | |||
71 | * defaults | 72 | * defaults |
72 | */ | 73 | */ |
73 | #define CEPH_MOUNT_TIMEOUT_DEFAULT 60 | 74 | #define CEPH_MOUNT_TIMEOUT_DEFAULT 60 |
75 | #define CEPH_OSD_IDLE_TTL_DEFAULT 60 | ||
74 | #define CEPH_MOUNT_RSIZE_DEFAULT (512*1024) /* readahead */ | 76 | #define CEPH_MOUNT_RSIZE_DEFAULT (512*1024) /* readahead */ |
75 | 77 | ||
76 | #define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024) | 78 | #define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024) |