summaryrefslogtreecommitdiff
path: root/staging/mops_threads.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-04-27 09:46:26 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-04-27 09:46:26 +0200
commit35346a6fe682705e36f51534cd5ab54ed7192cbe (patch)
tree66c346b7649c0e000c248440107124c312f60ec9 /staging/mops_threads.c
parentab19a9757695b6a90d73bb3782584e5995195b24 (diff)
ring: Mark potentially unused parameters as such
The parameters to tpacket_uhdr_vlan_tci() and tpacket_uhdr_vlan_proto() might be unused, depending on the definition of HAVE_TPACKET3 and TP_STATUS_VLAN_TPID_VALID. Thus, mark them with __maybe_unused to prevent -Wunused-parameter warnings. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging/mops_threads.c')
0 files changed, 0 insertions, 0 deletions
shares reboot recovery logic with the server nlm_host cache. The NSM "peer rebooted" downcall for clients and servers still come through the same RPC call. This is a legacy formal API that would be difficult to alter, and besides, the user space NSM implementation can't tell the difference between peers that are clients or servers. For this reason, the client cache continues to share the nlm_host_mutex (and reboot recovery logic) with the server cache. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/lockd/host.c')