Re: [libvirt] [PATCH] storage_backend: Drop unused code

2013-06-10 Thread Cole Robinson
On 06/10/2013 11:38 AM, Osier Yang wrote: > On 10/06/13 23:17, Cole Robinson wrote: >> This has been disabled for years >> --- >> src/storage/storage_backend.c | 32 +--- >> 1 file changed, 5 insertions(+), 27 deletions(-) >> >> diff --git a/src/storage/storage_backen

Re: [libvirt] [PATCH] storage_backend: Drop unused code

2013-06-10 Thread Michal Privoznik
On 10.06.2013 17:17, Cole Robinson wrote: > This has been disabled for years > --- > src/storage/storage_backend.c | 32 +--- > 1 file changed, 5 insertions(+), 27 deletions(-) > This while code will be overwritten while introducing a job control to the storage driver

Re: [libvirt] [PATCH] storage_backend: Drop unused code

2013-06-10 Thread Osier Yang
On 10/06/13 23:17, Cole Robinson wrote: This has been disabled for years --- src/storage/storage_backend.c | 32 +--- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c index e5c9209..0fd4598

[libvirt] [PATCH] storage_backend: Drop unused code

2013-06-10 Thread Cole Robinson
This has been disabled for years --- src/storage/storage_backend.c | 32 +--- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c index e5c9209..0fd4598 100644 --- a/src/storage/storage_backend.c +