]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4: Remove the BUG_ON() from nfs4_get_lease_time_prepare()...
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 15 Oct 2012 17:14:43 +0000 (13:14 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Nov 2012 16:02:05 +0000 (12:02 -0400)
commit8eaab2d758127e2fae2959d6a80fc77dfc750cdc
treef0aa10cc8971a9b62ea47c150193d5a84311d8f6
parentc7c9a74853599f75b35085f0d5df4348aa8c241d
NFSv4: Remove the BUG_ON() from nfs4_get_lease_time_prepare()...

An EAGAIN return value would be unexpected, but there is no reason to
BUG...

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