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:
db9a3a1
)
Branch b1_6
author
yangsheng
<yangsheng>
Tue, 25 Nov 2008 12:31:56 +0000
(12:31 +0000)
committer
yangsheng
<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
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
fcc78fc
..
b59fdb6
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-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