On Fri, Nov 04, 2011 at 03:43:04PM +0800, Li Zhi Hui wrote:
> Since common file operation functions lack of error detection,
> so change them to bdrv series functions.
>
> Signed-off-by: Li Zhi Hui
> ---
> block/cow.c | 63 +-
> 1 files
Li Zhi Hui writes:
> Since common file operation functions lack of error detection,
> so change them to bdrv series functions.
Looks like a few indentation fixes crept in as well. Best to keep such
style cleanups well separated from functional changes.
Since common file operation functions lack of error detection,
so change them to bdrv series functions.
Signed-off-by: Li Zhi Hui
---
block/cow.c | 63 +-
1 files changed, 36 insertions(+), 27 deletions(-)
diff --git a/block/cow.c b/blo