Re: [PATCH 0/3] make 'btrfs fi show /mnt/point/' works with ending '/' character

2014-02-12 Thread David Sterba
On Wed, Feb 12, 2014 at 10:18:26AM +0800, Qu Wenruo wrote:
 Please ignore this patchset since adding a new option to
 find_mount_root is not the best method to solve the problem.

I'll merge the first patch, it's moving a utility finction to a file
where it IMO belongs.
--
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


Re: [PATCH 0/3] make 'btrfs fi show /mnt/point/' works with ending '/' character

2014-02-11 Thread Qu Wenruo
Please ignore this patchset since adding a new option to find_mount_root
is not the best method to
solve the problem.

I'll send a better version patch to fix it.

Thanks
Qu

On mon, 10 Feb 2014 15:28:27 +0800, Qu Wenruo wrote:
 Before this patchset, 'btrfs fi show' can work with '/mnt/point' but not 
 '/mnt/point/',
 which is very annoying since tab completion will add '/' to a directory.

 This patchset just reuse the find_mount_root function with some small 
 modification to
 ignore the last '/' only when needed.

 Qu Wenruo (3):
   btrfs-progs: move find_mount_root to utils.[ch]
   btrfs-progs: Add path_is_mp option for find_mount_root.
   btrfs-progs: reuse find_mount_root to determine arg type and so on.

  cmds-filesystem.c |  7 +
  cmds-receive.c|  2 +-
  cmds-send.c   | 53 ++---
  cmds-subvolume.c  |  2 +-
  commands.h|  1 -
  utils.c   | 88 
 +--
  utils.h   |  1 +
  7 files changed, 86 insertions(+), 68 deletions(-)


--
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


[PATCH 0/3] make 'btrfs fi show /mnt/point/' works with ending '/' character

2014-02-09 Thread Qu Wenruo
Before this patchset, 'btrfs fi show' can work with '/mnt/point' but not 
'/mnt/point/',
which is very annoying since tab completion will add '/' to a directory.

This patchset just reuse the find_mount_root function with some small 
modification to
ignore the last '/' only when needed.

Qu Wenruo (3):
  btrfs-progs: move find_mount_root to utils.[ch]
  btrfs-progs: Add path_is_mp option for find_mount_root.
  btrfs-progs: reuse find_mount_root to determine arg type and so on.

 cmds-filesystem.c |  7 +
 cmds-receive.c|  2 +-
 cmds-send.c   | 53 ++---
 cmds-subvolume.c  |  2 +-
 commands.h|  1 -
 utils.c   | 88 +--
 utils.h   |  1 +
 7 files changed, 86 insertions(+), 68 deletions(-)

-- 
1.8.5.4

--
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