aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index 0bbf58ab607e..75556e97e865 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -69,7 +69,7 @@ struct ceph_mount_args {
69 * defaults 69 * defaults
70 */ 70 */
71#define CEPH_MOUNT_TIMEOUT_DEFAULT 60 71#define CEPH_MOUNT_TIMEOUT_DEFAULT 60
72#define CEPH_MOUNT_RSIZE_DEFAULT (128*1024) /* readahead */ 72#define CEPH_MOUNT_RSIZE_DEFAULT (512*1024) /* readahead */
73 73
74#define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024) 74#define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024)
75#define CEPH_MSG_MAX_DATA_LEN (16*1024*1024) 75#define CEPH_MSG_MAX_DATA_LEN (16*1024*1024)