]> 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, 31 Oct 2012 20:27:26 +0000 (16:27 -0400)
commit66e56db09cb477ad37df288ede9c2f0fa2552911
tree6b31b161449f7fc19e2f08d9de265ba31a0f56b1
parent193f1441c5412628b16cd914a1d4c667dc0dac6a
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