commit | 4d8bb2cbccf6dccaada509aafeb01c6205c9d8c4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Nov 19 18:10:39 2009 +0000 |
committer | David Howells <dhowells@redhat.com> | Thu Nov 19 18:10:39 2009 +0000 |
tree | 116689de1f46840915e7f6f196ad334a990a2d5b | |
parent | 3d7a641e544e428191667e8b1f83f96fa46dbd65 [diff] |
SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional Make the ability for the slow-work facility to take references on a work item optional as not everyone requires this. Even the internal slow-work stubs them out, so those can be got rid of too. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: David Howells <dhowells@redhat.com>