Michael Haggerty <mhagger@xxxxxxxxxxxx> writes: > +If you need to close the file descriptor you obtained from a > +`hold_lock_file_*` function yourself, do so by calling > +`close_lock_file`. You should never call `close(2)` yourself! This is sometimes untenable, isn't it? A caller may want to freopen(3) a stream on the fd to write into it and then fclose(3); which would not know to call close_lock_file() but calls close(2). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html