diff options
| author | 2011-01-07 17:49:20 +1100 | |
|---|---|---|
| committer | 2011-01-07 17:50:17 +1100 | |
| commit | 5adcee1d8d32d7f305f6f5aaefdbf8f35adca177 (patch) | |
| tree | 9292ebc9bb6a21b364a97a44d1b6857a565159c5 /include | |
| parent | fs: use fast counters for vfs caches (diff) | |
cgroup fs: avoid switching ->d_op on live dentry
Switching d_op on a live dentry is racy in general, so avoid it. In this case
it is a negative dentry, which is safer, but there are still concurrent ops
which may be called on d_op in that case (eg. d_revalidate). So in general
a filesystem may not do this. Fix cgroupfs so as not to do this.
Signed-off-by: Nick Piggin <npiggin@kernel.dk>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
