NFS CB_OFFLOAD xdr

Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
Olga Kornievskaia
2018-07-09 15:13:28 -04:00
committed by Anna Schumaker
parent 46483c2ea4
commit 5178a125f6
3 changed files with 98 additions and 1 deletions

View File

@@ -661,3 +661,10 @@ __be32 nfs4_callback_notify_lock(void *argp, void *resp,
return htonl(NFS4_OK);
}
#endif /* CONFIG_NFS_V4_1 */
#ifdef CONFIG_NFS_V4_2
__be32 nfs4_callback_offload(void *args, void *dummy,
struct cb_process_state *cps)
{
return 0;
}
#endif /* CONFIG_NFS_V4_2 */