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 sand...@redhat.com 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

[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):

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

2013-02-04 Thread Gene Czarcinski
From: Eric Sandeen sand...@redhat.com 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 sand...@redhat.com Signed-off-by: Gene Czarcinski g...@czarc.net --- utils.c | 3 ++- 1 file changed, 2