commit | 4b5d37ac02954572e80e09255bb5737277aaee8e | [log] [tgz] |
---|---|---|
author | Giancarlo Formicuccia <giancarlo.formicuccia@gmail.com> | Fri Sep 09 13:01:22 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 13:56:43 2005 -0700 |
tree | 6072a602430af9a95d2bcadf149bd41c8045ef67 | |
parent | 1299232b5743da454c73853b90b3d2d83dce1737 [diff] |
[PATCH] Clear task_struct->fs_excl on fork() An oversight. We don't want to carry the IO scheduler's "we hold exclusive fs resources" hint over to the child across fork(). Acked-by: Jens Axboe <axboe@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>