]> rtime.felk.cvut.cz Git - linux-imx.git/commit
SUNRPC: remove BUG_ON in xdr_shrink_bufhead
authorWeston Andros Adamson <dros@netapp.com>
Tue, 23 Oct 2012 14:43:42 +0000 (10:43 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 4 Nov 2012 19:43:42 +0000 (14:43 -0500)
commit18e624ad0374f3b1092530f978301611f88e45b3
tree16f0c87a18a598289acfa5c59ab7e3b8c4308759
parentb25cd058f25ea2054351bbe501956002cd8ed4c5
SUNRPC: remove BUG_ON in xdr_shrink_bufhead

Replace bounds checking BUG_ON() with a WARN_ON_ONCE() and resetting
the requested len to the max.

Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xdr.c