knfsd: remove code duplication in nfsd4_setclientid()
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 9 Aug 2007 22:34:32 +0000 (18:34 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 9 Oct 2007 22:31:57 +0000 (18:31 -0400)
commitc175b83c4c4be72535c5c12abc155e29a08323a0
tree10f0366f87ca31ba30e7d7edeabf5cdac4097f9d
parent246d95ba051101e515670a1cbe2907a88d360b88
knfsd: remove code duplication in nfsd4_setclientid()

Each branch of this if-then-else has a bunch of duplicated code that we
could just put at the end.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Acked-by: Neil Brown <neilb@suse.de>
fs/nfsd/nfs4state.c