From: Borislav Petkov Date: Thu, 17 Apr 2008 22:46:26 +0000 (+0200) Subject: ide-tape: remove atomic test/set macros for packet commands X-Git-Tag: v2.6.26-rc1~1148^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346331f82823682fb5c2df6e827db25d95cc2e92;p=pandora-kernel.git ide-tape: remove atomic test/set macros for packet commands Removing the atomic tests for pc's is unobjectionable. Since this driver will probably go to /dev/null soon, the atomic tests for tape->flags are left in place for there are some situations where they're needed (chrdev DSC handling, low level pipeline operation and so on). While at it, rename all test/set flag bit defines explicitly to *_FLAG_* for clarity. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed