Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115487
b: refs/heads/master
c: 496aa8a
h: refs/heads/master
i:
  115485: 31e88c3
  115483: 1a5239c
  115479: d213e5f
  115471: 64220a3
  115455: 316cdde
v: v3
  • Loading branch information
Randy Dunlap authored and Jens Axboe committed Oct 17, 2008
1 parent d2bd7f7 commit 40e6642
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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: 80a4b58e36b63d7b0b592beb1bd6410aadeeb63c
refs/heads/master: 496aa8a98f5ab22ced46be5dc2087cdf3d029bd7
5 changes: 3 additions & 2 deletions trunk/block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,9 @@ static void part_round_stats_single(int cpu, struct hd_struct *part,
}

/**
* part_round_stats() - Round off the performance stats on a struct
* disk_stats.
* part_round_stats() - Round off the performance stats on a struct disk_stats.
* @cpu: cpu number for stats access
* @part: target partition
*
* The average IO queue length and utilisation statistics are maintained
* by observing the current state of the queue length and the amount of
Expand Down
2 changes: 1 addition & 1 deletion trunk/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ void unlink_gendisk(struct gendisk *disk)
/**
* get_gendisk - get partitioning information for a given device
* @devt: device to get partitioning information for
* @part: returned partition index
* @partno: returned partition index
*
* This function gets the structure containing partitioning
* information for the given device @devt.
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ EXPORT_SYMBOL(ioctl_by_bdev);

/**
* lookup_bdev - lookup a struct block_device by name
* @pathname: special file representing the block device
* @path: special file representing the block device
*
* Get a reference to the blockdevice at @pathname in the current
* namespace if possible and return it. Return ERR_PTR(error)
Expand Down

0 comments on commit 40e6642

Please sign in to comment.