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@vger.kernel.org/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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to