diff options
author | Li Zefan <[email protected]> | 2008-09-02 14:35:52 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-09-02 19:21:38 -0700 |
commit | 36fd71d293898a59b14e49da1f6e81c1a58f2035 (patch) | |
tree | e67d5a0f6fc6caa83558f57588d9f69a46e5f4c9 /fs/jbd2/commit.c | |
parent | 09a2910e54646f7a334702fbafa7a6129dc072e6 (diff) |
devcgroup: fix race against rmdir()
During the use of a dev_cgroup, we should guarantee the corresponding
cgroup won't be deleted (i.e. via rmdir). This can be done through
css_get(&dev_cgroup->css), but here we can just get and use the dev_cgroup
under rcu_read_lock.
And also remove checking NULL dev_cgroup, it won't be NULL since a task
always belongs to a cgroup.
Signed-off-by: Li Zefan <[email protected]>
Acked-by: Serge Hallyn <[email protected]>
Cc: Paul Menage <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions