Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319823
b: refs/heads/master
c: 6a74389
h: refs/heads/master
i:
  319821: 7640560
  319819: 5ff799a
  319815: dfd4ec7
  319807: 27655db
v: v3
  • Loading branch information
Rusty Russell committed Jul 30, 2012
1 parent d35bd85 commit 2eaff1f
Show file tree
Hide file tree
Showing 2 changed files with 6 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: cd5d503862b0d0d927c56ef2e34d3ededac88039
refs/heads/master: 6a743897144500fb4c4566ced3a498d5180fbb5b
5 changes: 5 additions & 0 deletions trunk/include/linux/virtio_blk.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
#define VIRTIO_BLK_F_TOPOLOGY 10 /* Topology information is available */
#define VIRTIO_BLK_F_CONFIG_WCE 11 /* Writeback mode available in config */

#ifndef __KERNEL__
/* Old (deprecated) name for VIRTIO_BLK_F_WCE. */
#define VIRTIO_BLK_F_FLUSH VIRTIO_BLK_F_WCE
#endif

#define VIRTIO_BLK_ID_BYTES 20 /* ID string length */

struct virtio_blk_config {
Expand Down

0 comments on commit 2eaff1f

Please sign in to comment.