curvetun-libs = -lnacl \ -lpthread curvetun-objs = xmalloc.o \ epoll2.o \ str.o \ dev.o \ stun.o \ sock.o \ sig.o \ link.o \ patricia.o \ corking.o \ trie.o \ hash.o \ rnd.o \ curve.o \ cookie.o \ keypair.o \ ioexact.o \ ioops.o \ cpusched.o \ ct_usermgmt.o \ ct_servmgmt.o \ ct_server.o \ ct_client.o \ curvetun.o ='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Bo <bo.li.liu@oracle.com>2016-03-07 16:56:22 -0800
committerDavid Sterba <dsterba@suse.com>2016-04-28 10:41:47 +0200
commit894b36e35ae01186b77b083f3f67569a349062a6 (patch)
treebbd83cc8e4060aa0d20775924f1fbb07d427072e
parenta91326679f2a0a4c239cd643674fdcda28ee86be (diff)
Btrfs: cleanup error handling in extent_write_cached_pages
Now that we bail out immediately if ->writepage() returns an error, we don't need an extra error to retain the error code. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>