Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213044
b: refs/heads/master
c: 38b6f45
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Sep 16, 2010
1 parent 51b79ab commit a0ad02d
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: 2610a25406087ef797f4187e7f82dd04335056c7
refs/heads/master: 38b6f45a97bbb8536cc7d095b577f580bd4d643e
2 changes: 1 addition & 1 deletion trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ __setup("rw", readwrite);
*
* Returns 1 if the device matches, and 0 otherwise.
*/
static int __init match_dev_by_uuid(struct device *dev, void *data)
static int match_dev_by_uuid(struct device *dev, void *data)
{
u8 *uuid = data;
struct hd_struct *part = dev_to_part(dev);
Expand Down

0 comments on commit a0ad02d

Please sign in to comment.