orangefs: service ops done for writeback are not killable
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
a68d9c606a
commit
0dcac0f781
@@ -430,7 +430,7 @@ int orangefs_inode_setattr(struct inode *inode)
|
||||
spin_unlock(&inode->i_lock);
|
||||
|
||||
ret = service_operation(new_op, __func__,
|
||||
get_interruptible_flag(inode));
|
||||
get_interruptible_flag(inode) | ORANGEFS_OP_WRITEBACK);
|
||||
gossip_debug(GOSSIP_UTILS_DEBUG,
|
||||
"orangefs_inode_setattr: returning %d\n", ret);
|
||||
if (ret)
|
||||
|
||||
Reference in New Issue
Block a user