Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110571
b: refs/heads/master
c: 57d1b53
h: refs/heads/master
i:
  110569: 5abff83
  110567: 97bef90
v: v3
  • Loading branch information
Randy Dunlap authored and Jens Axboe committed Oct 9, 2008
1 parent 94f0669 commit de7629c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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: af5639424008ffe96f89b059bea1aec15e0115a9
refs/heads/master: 57d1b5366f46fe434e565b710baf683daff78dd8
13 changes: 4 additions & 9 deletions trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,7 @@ static void flush_disk(struct block_device *bdev)
}

/**
* check_disk_size_change - checks for disk size change and adjusts
* bdev size.
*
* check_disk_size_change - checks for disk size change and adjusts bdev size.
* @disk: struct gendisk to check
* @bdev: struct bdev to adjust.
*
Expand All @@ -908,9 +906,7 @@ void check_disk_size_change(struct gendisk *disk, struct block_device *bdev)
EXPORT_SYMBOL(check_disk_size_change);

/**
* revalidate_disk - wrapper for lower-level driver's revalidate_disk
* call-back
*
* revalidate_disk - wrapper for lower-level driver's revalidate_disk call-back
* @disk: struct gendisk to be revalidated
*
* This routine is a wrapper for lower-level driver's revalidate_disk
Expand Down Expand Up @@ -1266,10 +1262,9 @@ 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 @path in the current
* Get a reference to the blockdevice at @pathname in the current
* namespace if possible and return it. Return ERR_PTR(error)
* otherwise.
*/
Expand Down

0 comments on commit de7629c

Please sign in to comment.