}
}
break;
}
case OP_APPEND: {
AppendOp appendOp = (AppendOp)op;
INodeFile node = fsDir.getFileINode(appendOp.path);
// node must exist and the file must be closed
if (node == null || node.isUnderConstruction()) {
logErrorAndFail("Append - can not append to "