commit | a3f565b1e530a756472401835107d08fd291f242 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jan 31 12:14:01 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Feb 03 15:35:09 2007 -0800 |
tree | 84a15e4810f63689e3f85bbbc6497ee41934705e | |
parent | 4dc2eaecd4cf0687727e418540bccf956a62ebcf [diff] |
NFS: 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. Also clean up some miscellaneous print formatting nits. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>