]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rbd: make pool_id a 64 bit value
authorAlex Elder <elder@inktank.com>
Fri, 26 Oct 2012 04:34:41 +0000 (23:34 -0500)
committerAlex Elder <elder@inktank.com>
Tue, 30 Oct 2012 13:34:29 +0000 (08:34 -0500)
commit86992098e7fdb97d01feb51495a952b264a55b7c
tree82933b454faa5e519ede198541da8512ede83040
parent41f38c2b2f8b66b176a0e548ef06294343a7bfa2
rbd: make pool_id a 64 bit value

If a format 2 image has a parent, its pool id will be specified
using a 64-bit value.  Change the pool id we save for an image to
match that.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c