]> git.baikalelectronics.ru Git - 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)
commit1a7ec2fa40c71147b9cc6cf5a610628c430d3abc
tree5b0d5e3c1923830b656136dad5d5ed21978ca38d
parent6b3745200178464556af741468cb2d3551c0c17b
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