]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nfs: fix wrong object type in lockowner_slab
authorYanchuan Nian <ycnian@gmail.com>
Wed, 24 Oct 2012 06:44:19 +0000 (14:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:06:55 +0000 (09:06 -0800)
commitaa8dc4af9a1ed18d71da58e883bb8260ba47afb5
treeee3c657f408d1f39f31e19bef68bca4edc51f481
parent0d965378563d9e73e52b11fcd8576a90f071b2af
nfs: fix wrong object type in lockowner_slab

commit 3c40794b2dd0f355ef4e6bf8d85af5dcd7da7ece upstream.

The object type in the cache of lockowner_slab is wrong, and it is
better to fix it.

Signed-off-by: Yanchuan Nian <ycnian@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfsd/nfs4state.c