From b012c2e4d450ed396cf7c7be776f523060cba9b7 Mon Sep 17 00:00:00 2001 From: Weston Andros Adamson Date: Tue, 23 Oct 2012 10:43:37 -0400 Subject: [PATCH] --- yaml --- r: 346556 b: refs/heads/master c: 749386e906e76e3244030c35aeccfcb19c3357b8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/sunrpc/rpc_pipe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 22d0b4e656d4..45e42bf004ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0db74d9a2d2b312dd2cff066c5b97b8e626e403a +refs/heads/master: 749386e906e76e3244030c35aeccfcb19c3357b8 diff --git a/trunk/net/sunrpc/rpc_pipe.c b/trunk/net/sunrpc/rpc_pipe.c index 80f5dd23417d..3128a1503d8e 100644 --- a/trunk/net/sunrpc/rpc_pipe.c +++ b/trunk/net/sunrpc/rpc_pipe.c @@ -1093,7 +1093,7 @@ void rpc_put_sb_net(const struct net *net) { struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); - BUG_ON(sn->pipefs_sb == NULL); + WARN_ON(sn->pipefs_sb == NULL); mutex_unlock(&sn->pipefs_sb_lock); } EXPORT_SYMBOL_GPL(rpc_put_sb_net);