Thread (5 messages) 5 messages, 4 authors, 2012-02-15
STALE5254d

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

From: Anand Jain <hidden>
Date: 2012-02-15 05:43:02

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help