Add some trace points to the state manager to help track down common in-the-field failures. We see "Lock reclaim failed!" a lot during testing, for example, and want to enable our Q/A staff to capture the failure completely and quickly. --- Chuck Lever (2): NFS4: Trace state recovery operation NFS4: Trace lock reclaims fs/nfs/nfs4_fs.h | 2 - fs/nfs/nfs4state.c | 4 + fs/nfs/nfs4trace.h | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+), 2 deletions(-) -- Chuck Lever