[PATCH 15/23] NFS: move credential expiry tracking out of SUNRPC into NFS.

2018-12-02 Thread NeilBrown
NFS needs to know when a credential is about to expire so that it can modify write-back behaviour to finish the write inside the expiry time. It currently uses functions in SUNRPC code which make use of a fairly complex callback scheme and flags in the generic credientials. As I am working to disc

[PATCH 15/23] NFS: move credential expiry tracking out of SUNRPC into NFS.

2018-11-06 Thread NeilBrown
NFS needs to know when a credential is about to expire so that it can modify write-back behaviour to finish the write inside the expiry time. It currently uses functions in SUNRPC code which make use of a fairly complex callback scheme and flags in the generic credientials. As I am working to disc