From: Dave Chinner Date: Thu, 16 Dec 2010 06:08:41 +0000 (+1100) Subject: xfs: convert pag_ici_lock to a spin lock X-Git-Tag: v2.6.38-rc1~44^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a427ab0c1b205d1bda8da0b77ea9d295ac23c57;p=pandora-kernel.git xfs: convert pag_ici_lock to a spin lock now that we are using RCU protection for the inode cache lookups, the lock is only needed on the modification side. Hence it is not necessary for the lock to be a rwlock as there are no read side holders anymore. Convert it to a spin lock to reflect it's exclusive nature. Signed-off-by: Dave Chinner Reviewed-by: Alex Elder Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed