Loading fs/cifs/file.c +0 −2 Original line number Diff line number Diff line Loading @@ -3533,8 +3533,6 @@ collect_uncached_read_data(struct cifs_aio_ctx *ctx) ctx->total_len = ctx->len - iov_iter_count(to); } cifs_stats_bytes_read(tcon, ctx->total_len); /* mask nodata case */ if (rc == -ENODATA) rc = 0; Loading Loading
fs/cifs/file.c +0 −2 Original line number Diff line number Diff line Loading @@ -3533,8 +3533,6 @@ collect_uncached_read_data(struct cifs_aio_ctx *ctx) ctx->total_len = ctx->len - iov_iter_count(to); } cifs_stats_bytes_read(tcon, ctx->total_len); /* mask nodata case */ if (rc == -ENODATA) rc = 0; Loading