Re: [PATCH] btrfs-progs: add the error message when open fails

2016-07-08 Thread David Sterba
On Fri, Jun 10, 2016 at 08:32:12AM +0900, Tsutomu Itoh wrote: > Hi, David, > > On 2016/06/09 22:13, David Sterba wrote: > > On Thu, Jun 09, 2016 at 10:23:15AM +0900, Tsutomu Itoh wrote: > >> When open in btrfs_open_devices failed, only the following message is > >> displayed. Therefore the user

Re: [PATCH] btrfs-progs: add the error message when open fails

2016-06-09 Thread Tsutomu Itoh
Hi, David, On 2016/06/09 22:13, David Sterba wrote: On Thu, Jun 09, 2016 at 10:23:15AM +0900, Tsutomu Itoh wrote: When open in btrfs_open_devices failed, only the following message is displayed. Therefore the user doesn't understand the reason why open failed. # btrfs check /dev/sdb8

Re: [PATCH] btrfs-progs: add the error message when open fails

2016-06-09 Thread David Sterba
On Thu, Jun 09, 2016 at 10:23:15AM +0900, Tsutomu Itoh wrote: > When open in btrfs_open_devices failed, only the following message is > displayed. Therefore the user doesn't understand the reason why open > failed. > > # btrfs check /dev/sdb8 > Couldn't open file system > > This patch adds

[PATCH] btrfs-progs: add the error message when open fails

2016-06-08 Thread Tsutomu Itoh
When open in btrfs_open_devices failed, only the following message is displayed. Therefore the user doesn't understand the reason why open failed. # btrfs check /dev/sdb8 Couldn't open file system This patch adds the error message when open fails. Signed-off-by: Tsutomu Itoh