Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17080
b: refs/heads/master
c: 0ea60b5
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Jan 9, 2006
1 parent 762e77b commit b999070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 769db45b73896a88d6b40e3e648dfc50a155ec93
refs/heads/master: 0ea60b5ad8c3630e8f44c443f173d841be7fc701
1 change: 1 addition & 0 deletions trunk/fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ static void bio_fs_destructor(struct bio *bio)
inline void bio_init(struct bio *bio)
{
bio->bi_next = NULL;
bio->bi_bdev = NULL;
bio->bi_flags = 1 << BIO_UPTODATE;
bio->bi_rw = 0;
bio->bi_vcnt = 0;
Expand Down

0 comments on commit b999070

Please sign in to comment.