]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
NFSv4: Fix broken cast in nfs4_callback_recallany()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Feb 2018 21:35:50 +0000 (16:35 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Feb 2018 21:35:50 +0000 (16:35 -0500)
commit6d243a235612946971ba98f24f52dc99f4ebb32a
tree5b0d5e3c1923830b656136dad5d5ed21978ca38d
parentaf3e79d29555b97dd096e2f8e36a0f50213808a8
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>
fs/nfs/callback_proc.c