Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196813
b: refs/heads/master
c: b6ac23a
h: refs/heads/master
i:
  196811: adfb379
v: v3
  • Loading branch information
Divyesh Shah authored and Jens Axboe committed Apr 15, 2010
1 parent 82f4dff commit fb457e6
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c0d97e9ca2cfa66bdfd1ed8ecb5dcd230924d675
refs/heads/master: b6ac23af2c66e114d3a87ef28d56f1ceec283007
1 change: 1 addition & 0 deletions trunk/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ struct gendisk *get_gendisk(dev_t devt, int *partno)

return disk;
}
EXPORT_SYMBOL(get_gendisk);

/**
* bdget_disk - do bdget() by gendisk and partition number
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ unsigned long long __attribute__((weak)) sched_clock(void)
return (unsigned long long)(jiffies - INITIAL_JIFFIES)
* (NSEC_PER_SEC / HZ);
}
EXPORT_SYMBOL_GPL(sched_clock);

static __read_mostly int sched_clock_running;

Expand Down

0 comments on commit fb457e6

Please sign in to comment.