commit | c041b5ff8d50c432698d9bfbd68cc4b76c2ea5bc | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Dec 05 16:36:03 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:54 2006 -0500 |
tree | e58261c472967086346c01be0cd80f801f0cdb21 | |
parent | fbf76683ff9d1462ec0b2f90ec6ea4793652318c [diff] |
NLM: fix print format for tk_pid The tk_pid field is an unsigned short. The proper print format specifier for that type is %5u, not %4d. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>