From: Bradley Grove Date: Tue, 1 Oct 2013 18:26:01 +0000 (-0400) Subject: [SCSI] esas2r: Directly call kernel functions for atomic bit operations X-Git-Tag: v3.13-rc1~99^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9588d24e36003b53f76e43b4fadfc5b35207be04;p=pandora-kernel.git [SCSI] esas2r: Directly call kernel functions for atomic bit operations Previously the code embedded the kernel's test_bit/clear_bit functions in wrappers that accepted u32 parameters. The wrapper cast these parameters to longs before passing them to the kernel's bit functions. This did not work properly on platforms with 64-bit longs. Signed-off-by: Bradley Grove Signed-off-by: James Bottomley --- Reading git-diff-tree failed