]> git.samba.org - sfrench/cifs-2.6.git/commit
md: use mddev_suspend/resume instead of ->quiesce()
authorNeilBrown <neilb@suse.com>
Tue, 17 Oct 2017 02:46:43 +0000 (13:46 +1100)
committerShaohua Li <shli@fb.com>
Thu, 2 Nov 2017 04:32:19 +0000 (21:32 -0700)
commit9e1cc0a54556a6c63dc0cfb7cd7d60d43337bba6
treee48763c33d781734678f61706428fc614b53cad0
parentb3143b9a38d5039bcd1f2d1c94039651bfba8043
md: use mddev_suspend/resume instead of ->quiesce()

mddev_suspend() is a more general interface than
calling ->quiesce() and is so more extensible.  A
future patch will make use of this.

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