diff for duplicates of <20121113074303.GA13198@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index e0ea0a6..37478c4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ index f70151b..1c50e98 100644 @@ -153,9 +153,10 @@ static void fill_balloon(struct virtio_balloon *vb, size_t num) /* Didn't get any? Oh well. */ - if (vb->num_pfns = 0) + if (vb->num_pfns == 0) - return; + goto unlock; diff --git a/a/content_digest b/N1/content_digest index 3944db1..2f11429 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] virtio_balloon: unlock on error in fill_balloon()\0" - "Date\0Tue, 13 Nov 2012 07:43:03 +0000\0" + "Date\0Tue, 13 Nov 2012 10:43:03 +0300\0" "To\0Rusty Russell <rusty@rustcorp.com.au>" " Rafael Aquini <aquini@redhat.com>\0" "Cc\0virtualization@lists.linux-foundation.org" @@ -22,7 +22,7 @@ "@@ -153,9 +153,10 @@ static void fill_balloon(struct virtio_balloon *vb, size_t num)\n" " \n" " \t/* Didn't get any? Oh well. */\n" - " \tif (vb->num_pfns = 0)\n" + " \tif (vb->num_pfns == 0)\n" "-\t\treturn;\n" "+\t\tgoto unlock;\n" " \n" @@ -31,4 +31,4 @@ " \tmutex_unlock(&vb->balloon_lock);\n" } -8fd0c52c525c2e8d99f19a9b87ecefb37d2a4543789e363fc0bbe724e6085301 +3096b4eef8952d00c690808f039e6fb2f88b69472d965d5a5089431ea2f2f7d5
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.