Cumulative patches for blkmapd. Jim Rees (6): blkmapd: get rid of config file and instead examine all block devices blkmapd: don't rescan periodically blkmapd: don't use atomicio() where it's not needed ignore passive devices before checking serial numbers add "-d" option to just do discovery then exit Various bug fixes and cleanups. utils/blkmapd/Makefile.am | 3 - utils/blkmapd/atomicio.c | 54 -------- utils/blkmapd/cfg.c | 248 -------------------------------------- utils/blkmapd/cfg.h | 47 ------- utils/blkmapd/device-discovery.c | 216 +++++++++++++++------------------ utils/blkmapd/device-discovery.h | 5 +- utils/blkmapd/device-inq.c | 43 +++---- utils/blkmapd/device-process.c | 30 ++--- utils/blkmapd/dm-device.c | 1 + 9 files changed, 129 insertions(+), 518 deletions(-) delete mode 100644 utils/blkmapd/atomicio.c delete mode 100644 utils/blkmapd/cfg.c delete mode 100644 utils/blkmapd/cfg.h -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html