Whamcloud - gitweb
Branch b1_6
authoryangsheng <yangsheng>
Tue, 25 Nov 2008 12:31:56 +0000 (12:31 +0000)
committeryangsheng <yangsheng>
Tue, 25 Nov 2008 12:31:56 +0000 (12:31 +0000)
b=17630

Add a comment to explain the change.

lustre/llite/llite_lib.c

index fcc78fc..b59fdb6 100644 (file)
@@ -391,6 +391,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