]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFS: Make callbacks minor version generic
authorBryan Schumaker <bjschuma@netapp.com>
Wed, 5 Jun 2013 15:15:01 +0000 (11:15 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 8 Jun 2013 20:20:18 +0000 (16:20 -0400)
commit459de2edb9105a5d091f8215650e12c0812d59f3
treee6a67386ede1617344d1e887b42a8967444995b4
parentf58eda9bc2f0793da4c5c1098d55df2b31e0d682
NFS: Make callbacks minor version generic

I found a few places that hardcode the minor version number rather than
making it dependent on the protocol the callback came in over.  This
patch makes it easier to add new minor versions in the future.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback.h
fs/nfs/callback_proc.c
fs/nfs/callback_xdr.c
fs/nfs/internal.h
fs/nfs/nfs4client.c