]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] md: do not freeze md threads for suspend
authorRafael J. Wysocki <rjw@sisk.pl>
Thu, 9 Nov 2006 01:44:48 +0000 (17:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 9 Nov 2006 02:29:24 +0000 (18:29 -0800)
commit0db49f0d08091fc7bda5e52762d9760f3ae400cc
tree3341d8c6da3aeabef790efd2f57faa1b21f33b04
parent161a40f1b6eb96d1745fc12b5b981de229dc98e0
[PATCH] md: do not freeze md threads for suspend

If there's a swap file on a software RAID, it should be possible to use this
file for saving the swsusp's suspend image.  Also, this file should be
available to the memory management subsystem when memory is being freed before
the suspend image is created.

For the above reasons it seems that md_threads should not be frozen during the
suspend and the appended patch makes this happen, but then there is the
question if they don't cause any data to be written to disks after the suspend
image has been created, provided that all filesystems are frozen at that time.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c