Reduntant write bit checks
authorJens Axboe <jens.axboe@oracle.com>
Tue, 17 Apr 2007 13:37:47 +0000 (15:37 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 17 Apr 2007 13:37:47 +0000 (15:37 +0200)
No point in checking for td_rw(td) || td_write(), since td_write()
will also be true for td_rw().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found