]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Remove BUG_ON() calls from the generic writeback code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 15 Oct 2012 19:02:01 +0000 (15:02 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 29 Oct 2012 16:14:50 +0000 (12:14 -0400)
commit7f0bdbd6d8eb63b8e911ebf6cf72ef3d613899fb
tree957f285853bb5cc8e3b38f1567308fa69471213f
parentcb34b5a31f92fa5adfe0ccadc378a6b9b019c172
NFS: Remove BUG_ON() calls from the generic writeback code

...and ensure that we set the return value for nfs_page_async_flush()
to zero! (Reported-by: Dros Adamson)

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