do not forbid other processes to use the pwqr fd.
authorPierre Habouzit <pierre.habouzit@intersec.com>
Sun, 15 Jan 2012 08:03:38 +0000 (09:03 +0100)
committerPierre Habouzit <pierre.habouzit@intersec.com>
Sun, 15 Jan 2012 08:15:29 +0000 (09:15 +0100)
commit3560071ae86bc78a0b4eafff5911a553e7651f64
tree22c773aba2fcb7189fca555170028188435ce725
parentc7cabb18799090c303666bab78827bc64ca2594e
do not forbid other processes to use the pwqr fd.

Actually it could even make sense, to have stuff running in the background
and wanting to be accounted in the overall load of this process group (for
example some kind of snapshot procedure that would be forke()d in the
background).

Plus this restriction was kind of un-kernelish.

Signed-off-by: Pierre Habouzit <pierre.habouzit@intersec.com>
kernel/pwqr.c