[multipath] correctness "multipath -ll" fix
authorChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 27 Nov 2006 22:12:04 +0000 (23:12 +0100)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 27 Nov 2006 22:12:04 +0000 (23:12 +0100)
commitf0833d1f374bf67fa0eb7c1b1be5004086990cc8
tree5dc4353ca9d3496101b7979e22f1f44194a10642
parent229f644d1b576784b19d418e28db71f6d0c5c259
[multipath] correctness "multipath -ll" fix

Just a simple change to multipath/main.c:update_paths()
to set the mpp field of each path so that the immediately
following call to pathinfo() will call get_state() on a
path with its  mpp field set.  This enables "multipath -ll"
to utilize the shared context field of the multipath struct.

Edward Goggin, EMC
multipath/main.c