]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Create a single nfs4_setup_sequence() function
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 10 Jan 2017 16:39:53 +0000 (11:39 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 30 Jan 2017 18:14:50 +0000 (13:14 -0500)
commit7981c8a659143173882dda43b3056a777faeeb7b
tree41d702f35dc9b6dbd5c82831c9fea61ce5b86912
parent6de7e12f53a154d35d9aceae718b764ada23e430
NFS: Create a single nfs4_setup_sequence() function

The inline ifdef lets us put everything in a single place, rather than
having two (very similar) versions of this function.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c