[PATCH] libata: implement ata_dev_absent()
authorTejun Heo <htejun@gmail.com>
Sun, 2 Apr 2006 08:54:46 +0000 (17:54 +0900)
committerJeff Garzik <jeff@garzik.org>
Sun, 2 Apr 2006 14:02:57 +0000 (10:02 -0400)
commit002c8054fa8d0f1afce2b0c728be32d338b9293a
tree3ca1bddacad6bb08b8f9b27ef6ebfbdb4cee4d46
parent852ee16a914fb3ada2f81e222677c04defc2f15f
[PATCH] libata: implement ata_dev_absent()

For the time being we cannot use ata_dev_present() as it was renamed
to ata_dev_enabled() but we still need presence test.  Implement
negation of the test.  Conveniently, the negated result is needed in
more places.  This is suggested by Jeff Garzik.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
include/linux/libata.h
This page took 0.026278 seconds and 5 git commands to generate.