On Thu, Sep 21, 2023 at 11:18 AM Christian Brauner <brauner@xxxxxxxxxx> wrote: > For pipe_write() it isn't we still need it for pipe_read(). Agree. My patch set removes the spinlock from pipe_write(); the next patch makes it optional for pipe_read(), eliminating the spinlock for the most common case.