[PATCH V2] Btrfs-progs: add \"btrfs subvolume get-default\" subcommand

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi Xin / Hugo,
I am referring to
 git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git

 has miss match parameter list for list_subvols
 ----------
 # cd btrfs-progs
 # egrep list_subvols *
 btrfs_cmds.c:	ret = list_subvols(fd, print_parent, 0);
 btrfs_cmds.c:	ret = list_subvols(fd, 0, 1);
 btrfs_cmds.h:int list_subvols(int fd, int print_parent, int get_default);  <-----
 btrfs-list.c:int list_subvols(int fd, int print_parent)  <-----
 ----------

 ----------
 # egrep -A 3 list_subvols btrfs-list.c
 int list_subvols(int fd, int print_parent)
 {
	struct root_lookup root_lookup;
	struct rb_node *n;
 ----------
Looks like the following patch was checked in partially.
   http://www.mail-archive.com/linux-btrfs@xxxxxxxxxxxxxxx/msg11103.html

 Could you pls take a look / comment.

thxs, -Anand

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux