Ignore the error ENXIO and ENOMEDIUM during a devs scan
authorGoffredo Baroncelli <kreijack@inwind.it>
Fri, 21 Oct 2011 17:00:28 +0000 (19:00 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 18 Jan 2013 17:25:50 +0000 (18:25 +0100)
commit681813b7972dcdcd2e989389a6ed5e6b7794dd2b
treef9e064e25163a006ecb9e2026185b23c249ffcb7
parent6cd836d7d95ae61edfca2406f48eeca47b8cfd81
Ignore the error ENXIO and ENOMEDIUM during a devs scan

Ignore the error ENXIO (device don't exists) and ENOMEDIUM (
No medium found -> like a cd tray empty) in the function
btrfs_scan_one_dir.
This avoids spurios errors due to an empty CD or a block device node
without a device (which is frequent in a static /dev).

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
utils.c