]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
md-cluster: remove suspend_info
authorGuoqing Jiang <gqjiang@suse.com>
Thu, 18 Oct 2018 08:37:48 +0000 (16:37 +0800)
committerShaohua Li <shli@fb.com>
Thu, 18 Oct 2018 16:41:25 +0000 (09:41 -0700)
commitea89238c0a7b346bc90552e0244e87edf3311920
tree870f449b56b956e7d1eeff06842affb1c26d16b0
parentcb9ee154317b084a96a7c2b771d1688f39fc714c
md-cluster: remove suspend_info

Previously, we allow multiple nodes can resync device, but we
had changed it to only support one node can do resync at one
time, but suspend_info is still used.

Now, let's remove the structure and use suspend_lo/hi to record
the range.

Reviewed-by: NeilBrown <neilb@suse.com>
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/md-cluster.c