X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;h=3534e6d8c0910674692ab33457130c006642ae9c;hp=0f95175562cc1de71f41274d2754dff14761845f;hb=d79ffa3ff7461d8dcfb831f0024ed093a3f6f104;hpb=eb65c3a586f1efd425f8360972b5d365cfecf7e1 diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 0f95175..3534e6d 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -130,6 +130,7 @@ static struct ll_sb_info *ll_init_sbi(void) atomic_set(&sbi->ll_agl_total, 0); sbi->ll_flags |= LL_SBI_AGL_ENABLED; sbi->ll_flags |= LL_SBI_FAST_READ; + sbi->ll_flags |= LL_SBI_TINY_WRITE; /* root squash */ sbi->ll_squash.rsi_uid = 0;