Re: [Libguestfs] [PATCH 1/2] ext2: tweak the error returned message of resize2fs-M(BZ755729)

2012-01-13 Thread Jim Meyering
Richard W.M. Jones wrote: > On Fri, Jan 13, 2012 at 02:27:49PM +0800, Wanlong Gao wrote: >> Tweak the error message "e2fsck -f" and "e2fsck -fy" to >> "e2fsck-f" and "e2fsck-fy". >> >> Signed-off-by: Wanlong Gao >> --- >> daemon/ext2.c | 20 ++-- >> 1 files changed, 18 insertion

Re: [Libguestfs] [PATCH 1/2] ext2: tweak the error returned message of resize2fs-M(BZ755729)

2012-01-13 Thread Wanlong Gao
On 01/13/2012 06:08 PM, Richard W.M. Jones wrote: > On Fri, Jan 13, 2012 at 02:27:49PM +0800, Wanlong Gao wrote: >> Tweak the error message "e2fsck -f" and "e2fsck -fy" to >> "e2fsck-f" and "e2fsck-fy". >> >> Signed-off-by: Wanlong Gao >> --- >> daemon/ext2.c | 20 ++-- >> 1 fi

Re: [Libguestfs] [PATCH 1/2] ext2: tweak the error returned message of resize2fs-M(BZ755729)

2012-01-13 Thread Richard W.M. Jones
On Fri, Jan 13, 2012 at 02:27:49PM +0800, Wanlong Gao wrote: > Tweak the error message "e2fsck -f" and "e2fsck -fy" to > "e2fsck-f" and "e2fsck-fy". > > Signed-off-by: Wanlong Gao > --- > daemon/ext2.c | 20 ++-- > 1 files changed, 18 insertions(+), 2 deletions(-) > > diff --g

[Libguestfs] [PATCH 1/2] ext2: tweak the error returned message of resize2fs-M(BZ755729)

2012-01-12 Thread Wanlong Gao
Tweak the error message "e2fsck -f" and "e2fsck -fy" to "e2fsck-f" and "e2fsck-fy". Signed-off-by: Wanlong Gao --- daemon/ext2.c | 20 ++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/daemon/ext2.c b/daemon/ext2.c index 79fd354..9fe938e 100644 --- a/daemon/e