fs: Convert nr_inodes and nr_unused to per-cpu counters
[pandora-kernel.git] / fs / pipe.c
index 279eef9..37eb1eb 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -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;
                        }