All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] selftests-vm-write_to_hugetlbfsc-fix-unused-variable-warning.patch removed from -mm tree
@ 2020-05-24 23:18 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-05-24 23:18 UTC (permalink / raw)
  To: almasrymina, bgeffon, jhubbard, kirill.shutemov, mm-commits,
	rcampbell, shuah


The patch titled
     Subject: selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
has been removed from the -mm tree.  Its filename was
     selftests-vm-write_to_hugetlbfsc-fix-unused-variable-warning.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: John Hubbard <jhubbard@nvidia.com>
Subject: selftests/vm/write_to_hugetlbfs.c: fix unused variable warning

Remove unused variable "i", which was triggering a compiler warning.

Link: http://lkml.kernel.org/r/20200517001245.361762-2-jhubbard@nvidia.com
Fixes: 29750f71a9b4 ("hugetlb_cgroup: add hugetlb_cgroup reservation tests")
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-By: Mina Almasry <almasrymina@google.com>
Cc: Brian Geffon <bgeffon@google.com>
Cc: "Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 tools/testing/selftests/vm/write_to_hugetlbfs.c |    2 --
 1 file changed, 2 deletions(-)

--- a/tools/testing/selftests/vm/write_to_hugetlbfs.c~selftests-vm-write_to_hugetlbfsc-fix-unused-variable-warning
+++ a/tools/testing/selftests/vm/write_to_hugetlbfs.c
@@ -74,8 +74,6 @@ int main(int argc, char **argv)
 	int write = 0;
 	int reserve = 1;
 
-	unsigned long i;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-24 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 23:18 [merged] selftests-vm-write_to_hugetlbfsc-fix-unused-variable-warning.patch removed from -mm tree akpm

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.