Revision 3fedb3c5a80595d94f7cbe47a6dba9184d869eb8 authored by Tom Tucker on 11 March 2008, 18:31:40 UTC, committed by Linus Torvalds on 12 March 2008, 19:37:34 UTC
The assertion that checks for sge context overflow is
incorrectly hard-coded to 32. This causes a kernel bug
check when using big-data mounts. Changed the BUG_ON to
use the computed value RPCSVC_MAXPAGES.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c48cbb4
History
File Mode Size
keys
selinux
smack
Kconfig -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 660 bytes
capability.c -rw-r--r-- 2.3 KB
commoncap.c -rw-r--r-- 15.6 KB
dummy.c -rw-r--r-- 26.7 KB
inode.c -rw-r--r-- 9.0 KB
root_plug.c -rw-r--r-- 3.0 KB
security.c -rw-r--r-- 27.5 KB

back to top