]> git.karo-electronics.de Git - karo-tx-linux.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:18:37 +0000 (09:18 -0800)
commit7063a3eea85cf9246cdc917096d25d96f1cc341a
treecb3c640f6ce65d6457dd10da19ab6ce03578e68b
parent4cc423d6e6a6f0003c8e757d47aacec58e729f21
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