commit | cab6fc1b77c3ec4471d7d54ff6db9ad2dd59c2f5 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Dec 20 14:55:11 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:06:02 2008 -0500 |
tree | 7c863b953cf4862579ba057b3d5b4a68e8038e4d | |
parent | 3d509e5454a0a5ac88bf3191ab65d85952c1de31 [diff] |
lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a() The cookie->len field is unsigned, so the loop index variable in nlmdbg_cookie2a() should also be unsigned. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>