Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91494
b: refs/heads/master
c: ea6728c
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Paul Mackerras committed Apr 1, 2008
1 parent e65ea7d commit 6c67998
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1d18a602e9116dc89da6750dcbda44bb1eb82b8e
refs/heads/master: ea6728c11f3afa15a9c7c50a6c9ae061fe5a9d00
2 changes: 1 addition & 1 deletion trunk/drivers/block/viodasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ MODULE_LICENSE("GPL");
enum {
PARTITION_SHIFT = 3,
MAX_DISKNO = HVMAXARCHITECTEDVIRTUALDISKS,
MAX_DISK_NAME = sizeof(((struct gendisk *)0)->disk_name)
MAX_DISK_NAME = FIELD_SIZEOF(struct gendisk, disk_name)
};

static DEFINE_SPINLOCK(viodasd_spinlock);
Expand Down

0 comments on commit 6c67998

Please sign in to comment.