Rename DriveInfo.onerror to on_write_error
authorKevin Wolf <kwolf@redhat.com>
Fri, 27 Nov 2009 12:25:36 +0000 (13:25 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 21:25:57 +0000 (15:25 -0600)
commit407150c30fd02d6ab91ce5b1fd57b7d505220764
tree5e25dedab8db4f4ed3cdaf8a8ad3bdfd1ed55c45
parentbb2e91e02cf9ea70e65e1b591b4bdd0b0a459503
Rename DriveInfo.onerror to on_write_error

Either rename variables and functions to refer to write errors (which is what
they actually do) or introduce a parameter to distinguish reads and writes.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c