From: Eric Paris Date: Wed, 28 Jul 2010 14:18:38 +0000 (-0400) Subject: fsnotify: srcu to protect read side of inode and vfsmount locks X-Git-Tag: v2.6.36-rc1~303^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c1be487a690db43da2c1234fcacd84c982803c;p=pandora-kernel.git fsnotify: srcu to protect read side of inode and vfsmount locks 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 --- Reading git-diff-tree failed