Re: [PATCH 4/7] cgroup: rename cgroup_pidlist->mutex

2013-07-31 Thread Tejun Heo
On Wed, Jul 31, 2013 at 04:17:28PM +0800, Li Zefan wrote: > It's a semaphore not a mutex. It's not even a normal semaphore. Maybe naming it rwsem is better? Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 4/7] cgroup: rename cgroup_pidlist->mutex

2013-07-31 Thread Li Zefan
It's a semaphore not a mutex. Signed-off-by: Li Zefan --- kernel/cgroup.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index f0d7f5d..0d378b1 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -3417,7 +3417,7

[PATCH 4/7] cgroup: rename cgroup_pidlist-mutex

2013-07-31 Thread Li Zefan
It's a semaphore not a mutex. Signed-off-by: Li Zefan lize...@huawei.com --- kernel/cgroup.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index f0d7f5d..0d378b1 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@

Re: [PATCH 4/7] cgroup: rename cgroup_pidlist-mutex

2013-07-31 Thread Tejun Heo
On Wed, Jul 31, 2013 at 04:17:28PM +0800, Li Zefan wrote: It's a semaphore not a mutex. It's not even a normal semaphore. Maybe naming it rwsem is better? Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to