- cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     someone mucked around with the cgroup api; this should fix it:
has been removed from the -mm tree.  Its filename was
     cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix.patch

This patch was dropped because it was folded into cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: someone mucked around with the cgroup api; this should fix it:
From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>

Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/sched.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN kernel/sched.c~cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix kernel/sched.c
--- a/kernel/sched.c~cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix
+++ a/kernel/sched.c
@@ -8325,8 +8325,8 @@ static struct cftype cpu_files[] = {
 	},
 	{
 		.name = "rt_period_us",
-		.read_uint = cpu_rt_period_read_uint,
-		.write_uint = cpu_rt_period_write_uint,
+		.read_u64 = cpu_rt_period_read_uint,
+		.write_u64 = cpu_rt_period_write_uint,
 	},
 #endif
 };
_

Patches currently in -mm which might be from peterz@xxxxxxxxxxxxx are

origin.patch
cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64.patch
cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix.patch
ipmi-convert-locked-counters-to-atomics-convert-message-handler-defines-to-an-enum.patch
ipmi-convert-locked-counters-to-atomics-in-the-system-interface-convert-system-interface-defines-to-an-enum.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux