Re: [PATCH] Btrfs: add label to snapshot and subvol

2012-11-15 Thread Anand Jain
Hi Jan, Thanks for the review. Just posted the v2 patch for the btrfs kernel patch. Which, used the btrfs_root_item reserved space and used join_transaction -Anand On 05/11/12 15:39, Jan Schmidt wrote: Hi Anand, Some comments on your kernel patch from a quick jump through: On

Re: [PATCH] Btrfs: add label to snapshot and subvol

2012-11-04 Thread Jan Schmidt
Hi Anand, Some comments on your kernel patch from a quick jump through: On 01.11.2012 11:46, Anand jain wrote: From: Anand Jain anand.j...@oracle.com This modifies the struct btrfs_root_item to hold the label, and make it v3 of this structure. Signed-off-by: Anand Jain

[PATCH] Btrfs: add label to snapshot and subvol

2012-11-01 Thread Anand jain
From: Anand Jain anand.j...@oracle.com This modifies the struct btrfs_root_item to hold the label, and make it v3 of this structure. Signed-off-by: Anand Jain anand.j...@oracle.com --- fs/btrfs/ctree.h | 14 ++ fs/btrfs/ioctl.c | 32