summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/module.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2018-06-04 18:57:13 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2018-06-04 18:57:13 -0400
commitfcda3d5d221bbfc469415b0fa7dc4eb87d90d955 (patch)
treea428ad27d04527a1a17973262d00b35f037eecc3 /net/sunrpc/xprtrdma/module.c
parent3f0b3cf46e0542ac4b4241c579b944b755d11b67 (diff)
parent11d0ac16b02eab8cda32efcb51bfab452dab760b (diff)
Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
NFS-over-RDMA client updates for Linux 4.18 Stable patches: - xprtrdma: Return -ENOBUFS when no pages are available New features: - Add ->alloc_slot() and ->free_slot() functions Bugfixes and cleanups: - Add missing SPDX tags to some files - Try to fail mount quickly if client has no RDMA devices - Create transport IDs in the correct network namespace - Fix max_send_wr computation - Clean up receive tracepoints - Refactor receive handling - Remove unused functions
Diffstat (limited to 'net/sunrpc/xprtrdma/module.c')
-rw-r--r--net/sunrpc/xprtrdma/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/module.c b/net/sunrpc/xprtrdma/module.c
index a762d192372b..f338065121f2 100644
--- a/net/sunrpc/xprtrdma/module.c
+++ b/net/sunrpc/xprtrdma/module.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
* Copyright (c) 2015, 2017 Oracle. All rights reserved.
*/