orangefs: eliminate needless variable assignments
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
f10789e4f6
commit
e65682b559
|
@ -134,7 +134,6 @@ ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode,
|
|||
*/
|
||||
if (ret == -EAGAIN && op_state_purged(new_op)) {
|
||||
orangefs_bufmap_put(buffer_index);
|
||||
buffer_index = -1;
|
||||
if (type == ORANGEFS_IO_WRITE)
|
||||
iov_iter_revert(iter, total_size);
|
||||
gossip_debug(GOSSIP_FILE_DEBUG,
|
||||
|
@ -262,7 +261,6 @@ ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode,
|
|||
"%s(%pU): PUT buffer_index %d\n",
|
||||
__func__, handle, buffer_index);
|
||||
}
|
||||
buffer_index = -1;
|
||||
}
|
||||
op_release(new_op);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue
Block a user