dlm: remove unused variable in *dlm_lowcomms_get_buffer()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 18 Oct 2012 14:57:19 +0000 (22:57 +0800)
committerDavid Teigland <teigland@redhat.com>
Thu, 1 Nov 2012 20:27:13 +0000 (15:27 -0500)
commiteeee2b5fe1a9db15d3160da8048d9b89108753bf
tree4ca4b17fb780c02c3634e6fac518de7fb9c78c22
parent8f0d8163b50e01f398b14bcd4dc039ac5ab18d64
dlm: remove unused variable in *dlm_lowcomms_get_buffer()

The variable users is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c