]> 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>
Thu, 1 Nov 2012 16:02:06 +0000 (12:02 -0400)
commitcb3fa64610c7fe60f1d828a9343c8720dd4d8d18
treeea4ca00e6e7714d57a12d6342025492cf3b1d849
parentb69c1223d262bacd30d153e441d80f1ee1b976af
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