Loading fs/pipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ pipe_read(struct kiocb *iocb, const struct iovec *_iov, error = ops->confirm(pipe, buf); if (error) { if (!ret) error = ret; ret = error; break; } Loading Loading
fs/pipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ pipe_read(struct kiocb *iocb, const struct iovec *_iov, error = ops->confirm(pipe, buf); if (error) { if (!ret) error = ret; ret = error; break; } Loading