mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.
The op structure's ref_count member hasn't got anything to do with asynchronous I/O. Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
b3ae4755f5
commit
c817e266e4
2 changed files with 6 additions and 7 deletions
|
@ -120,7 +120,7 @@ struct orangefs_kernel_op_s *op_alloc(__s32 type)
|
|||
init_waitqueue_head(&new_op->waitq);
|
||||
|
||||
init_waitqueue_head(&new_op->io_completion_waitq);
|
||||
atomic_set(&new_op->aio_ref_count, 0);
|
||||
atomic_set(&new_op->ref_count, 0);
|
||||
|
||||
orangefs_op_initialize(new_op);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue