We've added several operations and removed GETDEVICELIST, Let's keep the Nfsv4ops list up to date with the kernel. Signed-off-by: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx> --- tools/mountstats/mountstats.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py index 38943eb..8f2e26e 100644 --- a/tools/mountstats/mountstats.py +++ b/tools/mountstats/mountstats.py @@ -195,16 +195,18 @@ Nfsv4ops = [ 'SEQUENCE', 'GET_LEASE_TIME', 'RECLAIM_COMPLETE', - 'LAYOUTGET', 'GETDEVICEINFO', + 'LAYOUTGET', 'LAYOUTCOMMIT', 'LAYOUTRETURN', 'SECINFO_NO_NAME', 'TEST_STATEID', 'FREE_STATEID', - 'GETDEVICELIST', 'BIND_CONN_TO_SESSION', - 'DESTROY_CLIENTID' + 'DESTROY_CLIENTID', + 'SEEK', + 'ALLOCATE', + 'DEALLOCATE', ] class DeviceData: -- 2.3.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html