From bb6c30765fdd5ea3c5b95980c3baabba2bc1dba4 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 25 Nov 2008 12:44:39 +0000 Subject: [PATCH] Branch b1_8_gate b=17630 Add a comment to explain the change. --- lustre/llite/llite_lib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index c483600..e4d276f 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -479,6 +479,8 @@ static int client_common_fill_super(struct super_block *sb, sb->s_op = &lustre_super_operations; #if THREAD_SIZE >= 8192 + /* Disable the NFS export because of stack overflow + * when THREAD_SIZE < 8192. Please refer to 17630. */ sb->s_export_op = &lustre_export_operations; #endif -- 1.8.3.1