Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275567
b: refs/heads/master
c: 0c614e2
h: refs/heads/master
i:
  275565: b72477f
  275563: bb3fd4a
  275559: 552f81a
  275551: b5a2280
v: v3
  • Loading branch information
Stephen Rothwell authored and Jens Axboe committed Nov 16, 2011
1 parent e050f0c commit 5ed91ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 3bb9068278ea524581237abadd41377a14717e7d
refs/heads/master: 0c614e2d3e6ee6ff13c6181f380787cea1d82d1d
6 changes: 5 additions & 1 deletion trunk/include/linux/bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,11 @@ extern void bio_integrity_init(void);
#define bioset_integrity_create(a, b) (0)
#define bio_integrity_prep(a) (0)
#define bio_integrity_enabled(a) (0)
#define bio_integrity_clone(a, b, c, d) (0)
static inline int bio_integrity_clone(struct bio *bio, struct bio *bio_src,
gfp_t gfp_mask, struct bio_set *bs)
{
return 0;
}
#define bioset_integrity_free(a) do { } while (0)
#define bio_integrity_free(a, b) do { } while (0)
#define bio_integrity_endio(a, b) do { } while (0)
Expand Down

0 comments on commit 5ed91ed

Please sign in to comment.