mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
ib_srpt: Make the srp_max_rdma_size module parameter non-executable.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4076 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ MODULE_PARM_DESC(trace_flag, "SCST trace flags.");
|
||||
#endif
|
||||
|
||||
static unsigned srp_max_rdma_size = DEFAULT_MAX_RDMA_SIZE;
|
||||
module_param(srp_max_rdma_size, int, 0744);
|
||||
module_param(srp_max_rdma_size, int, 0644);
|
||||
MODULE_PARM_DESC(srp_max_rdma_size,
|
||||
"Maximum size of SRP RDMA transfers for new connections.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user