Re: [PATCH v2] Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partition

2014-09-24 Thread Greg KH
On Mon, Sep 22, 2014 at 10:00:55PM -0700, Dexuan Cui wrote: v2: I added errno = 0; in the ioctl() That does not belong in the changelog, put it below the --- line. Also, you need a changelog description here, it can't be empty. greg k-h ___ devel

RE: [PATCH v2] Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partition

2014-09-24 Thread Dexuan Cui
-Original Message- From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- ow...@vger.kernel.org] On Behalf Of Greg KH Sent: Wednesday, September 24, 2014 14:32 PM To: Dexuan Cui Cc: linux-ker...@vger.kernel.org; driverdev-devel@linuxdriverproject.org; o...@aepfle.de;

[PATCH v2] Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partition

2014-09-22 Thread Dexuan Cui
v2: I added errno = 0; in the ioctl() Signed-off-by: Dexuan Cui de...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- tools/hv/hv_vss_daemon.c | 28 1 file changed, 28 insertions(+) diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c