]> 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>
Wed, 24 Oct 2012 15:27:45 +0000 (11:27 -0400)
commit32b232a61bc24ae02223785515f22a12e005450a
treee914cf1e529635feb22b9c7488c93571db358f6e
parentae99c74329b81ca83c4e3b0010df2075f345daef
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