Re: [PATCH] Btrfs-progs: Add get/set label ioctl
Hi Anand, please updates the man page, because it says that it is impossible to change the label of a mounted filesystem [...] btrfs filesystem label [newlabel] Show or update the label of a filesystem. is used to iden‐ tify the filesystem. If a newlabel optional argumen
[PATCH] Btrfs-progs: Add get/set label ioctl
From: Anand Jain Signed-off-by: Anand Jain --- btrfslabel.c | 90 ++ ioctl.h |2 + utils.h |1 + 3 files changed, 62 insertions(+), 31 deletions(-) diff --git a/btrfslabel.c b/btrfslabel.c index bf73802..3676db0 100644