> + case F_EXLCK :
> + fl->fl_type = F_WRLCK;
> + /*fl->fl_flags |= F_BROKEN;*/
Does the F_BROKEN comment imply that the F_EXLCK behaviour is not quite
correct with your patch?
In which case, surely it is better for the kernel to return an error
code than to implement the wrong kind of locking?
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/