orangefs: remove vestigial async io code
I have verified that there is nothing in the userspace daemon version we are implementing this protocol against that ever looks at this field. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:

committed by
Mike Marshall

parent
47b4948fdb
commit
9c2bcf288e
@@ -102,7 +102,6 @@ static ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inod
|
||||
return -ENOMEM;
|
||||
|
||||
/* synchronous I/O */
|
||||
new_op->upcall.req.io.async_vfs_io = ORANGEFS_VFS_SYNC_IO;
|
||||
new_op->upcall.req.io.readahead_size = readahead_size;
|
||||
new_op->upcall.req.io.io_type = type;
|
||||
new_op->upcall.req.io.refn = orangefs_inode->refn;
|
||||
|
Reference in New Issue
Block a user