Re: BUG: Link from sub volume, then remove the subvolume -> wrong link

2009-12-13 Thread TARUISI Hiroaki
Hi, We can see the patch in ML archive or at 'Patchwork' site. http://patchwork.kernel.org/patch/59519/ Thanks, taruisi (2009/12/13 3:39), Andy Lutomirski wrote: > TARUISI Hiroaki wrote: >> Hi, >> >> I don't know how a hard link becomes to a soft link, hard link >> across subvolumes should n

[PATCH] Improve the btrfsctl help

2009-12-13 Thread Goffredo Baroncelli
Hi all, another update: - improved the help - better check of the number of the parameter - added useful info about the '-r' command - update the man page also comments are welcome. BR Goffredo -- diff --git a/btrfsctl.c b/btrfsctl.c index 66c4e89..dd0de48 100644 --- a/btrfsctl.c +++ b/btrfsc

Re: [PATCH][TRIVIAL] Improve the btrfsctl help

2009-12-13 Thread Goffredo Baroncelli
On Sunday 13 December 2009, sniper wrote: > 2009/12/12 Goffredo Baroncelli : > > Hi all, [...] > > + printf("\t-D name dir: delete a snapshot or subvolume of dir\n"); > > Hi, should it be "delete a snapshot or subvolume _in_ dir"? > Right, Patch updated BR Goffredo -- gpg key@ keyserver

Re: [PATCH][TRIVIAL] Improve the btrfsctl help

2009-12-13 Thread sniper
2009/12/12 Goffredo Baroncelli : > Hi all, > > I found the help of the btrfctl command very poor. I rewrite some help > messages and correct (or added when needed) the check of the number of > parameter. > > Please apply. > > > * Improve/correct the check of the arguments number > * Revise the comm