From: Dan Carpenter Date: Fri, 7 May 2010 09:05:33 +0000 (+0200) Subject: exofs: confusion between kmap() and kmap_atomic() api X-Git-Tag: v2.6.35-rc1~415^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf08f4b90a413892bbb9bb2e8a57aed991cd47d;p=pandora-kernel.git exofs: confusion between kmap() and kmap_atomic() api For kmap_atomic() we call kunmap_atomic() on the returned pointer. That's different from kmap() and kunmap() and so it's easy to get them backwards. Cc: Stable Signed-off-by: Dan Carpenter Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed