Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5289
b: refs/heads/master
c: a5453be
h: refs/heads/master
i:
  5287: 2b915b2
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 28, 2005
1 parent e1fd0d6 commit 5bb1cd9
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: 577a4f8102d54b504cb22eb021b89e957e8df18f
refs/heads/master: a5453be48e8def75a9c1b2177b82fa0e692c6e3a
1 change: 1 addition & 0 deletions trunk/fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ inline void __bio_clone(struct bio *bio, struct bio *bio_src)
*/
bio->bi_vcnt = bio_src->bi_vcnt;
bio->bi_size = bio_src->bi_size;
bio->bi_idx = bio_src->bi_idx;
bio_phys_segments(q, bio);
bio_hw_segments(q, bio);
}
Expand Down

0 comments on commit 5bb1cd9

Please sign in to comment.