Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235616
b: refs/heads/master
c: 1aa3266
h: refs/heads/master
v: v3
  • Loading branch information
Jerome Marchand authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 79fe132 commit f7fe12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2da98739da4e20e907f8317d513868764002d31
refs/heads/master: 1aa326640d1e91d32179310441fa3030c501d0f3
3 changes: 1 addition & 2 deletions trunk/drivers/staging/zram/zram_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ static int zram_read(struct zram *zram, struct bio *bio)
struct bio_vec *bvec;

if (unlikely(!zram->init_done)) {
set_bit(BIO_UPTODATE, &bio->bi_flags);
bio_endio(bio, 0);
bio_endio(bio, -ENXIO);
return 0;
}

Expand Down

0 comments on commit f7fe12b

Please sign in to comment.