]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4: Clean up nfs4_lock_delegation_recall
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 1 Apr 2013 18:47:22 +0000 (14:47 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 1 Apr 2013 19:36:14 +0000 (15:36 -0400)
commit3b5ac0d95557a78c022128a8f737800d86f94c8c
treeb393a756f1b88a5f747d3b18e83f21414968c0df
parentca19badc23972d1e63170e81b86916c3de954b42
NFSv4: Clean up nfs4_lock_delegation_recall

All error cases are handled by the switch() statement, meaning that the
call to nfs4_handle_exception() is unreachable.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c