void logSetAcl(String src, List<AclEntry> entries) { SetAclOp op = SetAclOp.getInstance(); op.src = src; op.aclEntries = entries; logEdit(op); }