On Fri, 2008-10-03 at 12:01 -0500, Austin English wrote:
- if (apc_user)
if (warn) {
FIXME("I/O completion on lock not implemented yet\n");
warn = FALSE;
}
It's a style thing, but I for one would much prefer brackets around the outer if to prevent easy to make mistakes with dandling ifs.