This set fixes two issues found by kernel test robot 1/ nfsd4_revoke_states() needs to be defined when not CONFIG_NFSD_V4 2/ nfs40_last_revoke is larger than a mechine word in 32 bit configs, so needs protection - use nn->client_lock which is already taken when nfs40_last_revoke is accessed. NeilBrown