commit | 6d243a235612946971ba98f24f52dc99f4ebb32a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Feb 21 16:35:50 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Feb 21 16:35:50 2018 -0500 |
tree | 5b0d5e3c1923830b656136dad5d5ed21978ca38d | |
parent | af3e79d29555b97dd096e2f8e36a0f50213808a8 [diff] |
NFSv4: Fix broken cast in nfs4_callback_recallany() Passing a pointer to a unsigned integer to test_bit() is broken. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>