]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/locks.c
pid-namespaces-vs-locks-interaction
authorVitaliy Gusev <vgusev@openvz.org>
Thu, 17 Jan 2008 00:07:08 +0000 (00:07 +0000)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 3 Feb 2008 22:51:36 +0000 (17:51 -0500)
commitab1f16116527e42dec8aee176d673a41a881b809
tree0d20fa10151e43f9f104986a2b89ec88ca0135af
parent4321e01e7dce8042758349ffa2929c723b0d4107
pid-namespaces-vs-locks-interaction

fcntl(F_GETLK,..) can return pid of process for not current pid namespace
(if process is belonged to the several namespaces).  It is true also for
pids in /proc/locks.  So correct behavior is saving pointer to the struct
pid of the process lock owner.

Signed-off-by: Vitaliy Gusev <vgusev@openvz.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/locks.c
include/linux/fs.h