git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700307a
)
fsnotify: srcu to protect read side of inode and vfsmount locks
author
Eric Paris
<eparis@redhat.com>
Wed, 28 Jul 2010 14:18:38 +0000
(10:18 -0400)
committer
Eric Paris
<eparis@redhat.com>
Wed, 28 Jul 2010 14:18:52 +0000
(10:18 -0400)
Currently reading the inode->i_fsnotify_marks or
vfsmount->mnt_fsnotify_marks lists are protected by a spinlock on both the
read and the write side. This patch protects the read side of those lists
with a new single srcu.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found