[PATCH 04/15] staging: lustre: lmv: kernel crash due to misconfigured MDT

2016-04-27 Thread James Simmons
From: Dmitry Eremin There are few places with access to lmv->tgts[] without check for NULL. Usually it may happens when MDT configured starting from index 1 instead of 0. For example: mkfs.lustre --reformat --mgs --mdt --index=1 /dev/sdd1 Signed-off-by: Dmitry

[PATCH 04/15] staging: lustre: lmv: kernel crash due to misconfigured MDT

2016-04-27 Thread James Simmons
From: Dmitry Eremin There are few places with access to lmv->tgts[] without check for NULL. Usually it may happens when MDT configured starting from index 1 instead of 0. For example: mkfs.lustre --reformat --mgs --mdt --index=1 /dev/sdd1 Signed-off-by: Dmitry Eremin Intel-bug-id: