Re: [PATCH] Btrfs-progs print more informative error when we fail to open a device

2013-02-06 Thread David Sterba
On Mon, Feb 04, 2013 at 10:57:57AM -0500, Gene Czarcinski wrote: > From: Eric Sandeen > > print more informative error when we fail to open a device > > If open() fails, we should let the user know why it failed. Thanks, added to next integration queue. -- To unsubscribe from this list: send th

[PATCH] Btrfs-progs print more informative error when we fail to open a device

2013-02-04 Thread Gene Czarcinski
From: Eric Sandeen print more informative error when we fail to open a device If open() fails, we should let the user know why it failed. Signed-off-by: Eric Sandeen Signed-off-by: Gene Czarcinski --- utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.c b/uti

[PATCH] Btrfs-progs print more informative error when we fail to open a device

2013-02-04 Thread Gene Czarcinski
I believe that this patch may have been lost in the noise and I felt it made a very small but meaningful change so I shuffled some test around and made sure it applied to integration-20120201 This patch simply prints more informative message when we fail to open a device. Eric Sandeen (1): Btrf