commit | 0c002c2f74e10baa9021d3ecc50585c6eafea568 | [log] [tgz] |
---|---|---|
author | Andrew Patterson <andrew.patterson@hp.com> | Thu Sep 04 14:27:20 2008 -0600 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 09 08:56:12 2008 +0200 |
tree | c7d29fe0968b852f798f78bbd9231df155c56180 | |
parent | 243294dae09c909c0442c8f04d470b69c3c19d6e [diff] |
Wrapper for lower-level revalidate_disk routines. This is a wrapper for the lower-level revalidate_disk call-backs such as sd_revalidate_disk(). It allows us to perform pre and post operations when calling them. We will use this wrapper in a later patch to adjust block device sizes after an online resize (a _post_ operation). Signed-off-by: Andrew Patterson <andrew.patterson@hp.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>