AFS_OPERATION_DIR_CONFLICT
if (afs_op_error(op) == 0 && (op->flags & AFS_OPERATION_DIR_CONFLICT)) {
if (op->cumul_error.error == 0 && (op->flags & AFS_OPERATION_DIR_CONFLICT)) {
op->flags &= ~AFS_OPERATION_DIR_CONFLICT;
} else if (vp->op_unlinked && !(op->flags & AFS_OPERATION_DIR_CONFLICT)) {
op->flags |= AFS_OPERATION_DIR_CONFLICT;