commit | 056785ea51a657f55953f6b0195baac2cceb1f16 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Dec 12 15:49:21 2013 +0200 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Dec 12 11:37:17 2013 -0500 |
tree | 081e3420752e737eb8bd9ce48b799a00e345bdef | |
parent | a0ef5e19684f0447da9ff0654a12019c484f57ca [diff] |
net/sunrpc/cache: simplify code by using hex_pack_byte() hex_pack_byte() is a fast way to convert a byte in its ASCII representation. We may use it instead of custom approach. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>