Whamcloud - gitweb
Branch b1_8_gate
authoryangsheng <yangsheng>
Tue, 25 Nov 2008 12:44:39 +0000 (12:44 +0000)
committeryangsheng <yangsheng>
Tue, 25 Nov 2008 12:44:39 +0000 (12:44 +0000)
b=17630

Add a comment to explain the change.

lustre/llite/llite_lib.c

index c483600..e4d276f 100644 (file)
@@ -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