Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb4720
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Tue, 25 Nov 2008 12:44:39 +0000
(12:44 +0000)
committer
yangsheng
<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
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
c483600
..
e4d276f
100644
(file)
--- 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