From: Mikulas Patocka Date: Fri, 21 Dec 2012 20:23:33 +0000 (+0000) Subject: dm snapshot: optimize track_chunk X-Git-Tag: v3.8-rc1~3^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa0c0e60ffc2594acaad23127dbea9f3b61821c;p=pandora-kernel.git dm snapshot: optimize track_chunk track_chunk is always called with interrupts enabled. Consequently, we do not need to save and restore interrupt state in "flags" variable. This patch changes spin_lock_irqsave to spin_lock_irq and spin_unlock_irqrestore to spin_unlock_irq. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed