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>
Fri, 5 Apr 2013 21:03:54 +0000 (17:03 -0400)
commit4a706fa09fd59b9c73b2a933953d27f3e18619c1
treeab7d9ad930025ec468cd4d8019e333ab3faf5304
parent8b6cc4d6f841d31f72fe7478453759166d366274
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