On Thu, 30 Sept 2021 at 16:39, Vivek Goyal <vgoyal@xxxxxxxxxx> wrote: > > Add a new notification type FUSE_NOTIFY_LOCK. This notification can be > sent by file server to signifiy that a previous locking request has > completed and actual caller should be woken up. Shouldn't this also be generic instead of lock specific? I.e. generic header + original outarg. Thanks, Miklos