Re: [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact

2018-05-07 Thread Qu Wenruo
On 2018年05月07日 19:40, David Sterba wrote: > On Mon, May 07, 2018 at 10:20:57AM +0800, Qu Wenruo wrote: > +++ b/undelete-subvol.c > @@ -0,0 +1,53 @@ > +/* > + * Copyright (C) 2018 Fujitsu.  All rights reserved. IIRC David will remove all such copy right line. Is

Re: [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact

2018-05-07 Thread David Sterba
On Mon, May 07, 2018 at 10:20:57AM +0800, Qu Wenruo wrote: > >>> +++ b/undelete-subvol.c > >>> @@ -0,0 +1,53 @@ > >>> +/* > >>> + * Copyright (C) 2018 Fujitsu.  All rights reserved. > >> > >> IIRC David will remove all such copy right line. > >> Is there some principle about this, David? > > > >

Re: [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact

2018-05-06 Thread Qu Wenruo
On 2018年05月07日 10:03, Lu Fengqi wrote: > On Wed, Apr 18, 2018 at 01:12:10PM +0800, Qu Wenruo wrote: >> >> >> On 2018年03月27日 15:06, Lu Fengqi wrote: >>> The function is used to determine whether the subvolume is intact. >>> >>> Signed-off-by: Lu Fengqi >>> --- >>>  

Re: [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact

2018-05-06 Thread Lu Fengqi
On Wed, Apr 18, 2018 at 01:12:10PM +0800, Qu Wenruo wrote: On 2018年03月27日 15:06, Lu Fengqi wrote: The function is used to determine whether the subvolume is intact. Signed-off-by: Lu Fengqi --- Makefile | 3 ++- undelete-subvol.c | 53

Re: [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact

2018-04-17 Thread Qu Wenruo
On 2018年03月27日 15:06, Lu Fengqi wrote: > The function is used to determine whether the subvolume is intact. > > Signed-off-by: Lu Fengqi > --- > Makefile | 3 ++- > undelete-subvol.c | 53 + >

[PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact

2018-03-27 Thread Lu Fengqi
The function is used to determine whether the subvolume is intact. Signed-off-by: Lu Fengqi --- Makefile | 3 ++- undelete-subvol.c | 53 + undelete-subvol.h | 17 + 3 files changed, 72