commit | d287483d6d7a2d5b313aee155285f89b57d9cd4a | [log] [tgz] |
---|---|---|
author | Alasdair G Kergon <agk@redhat.com> | Wed Nov 08 17:44:43 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 08 18:29:23 2006 -0800 |
tree | 63c0a47618b9efb465c6abb584a93214e0850485 | |
parent | bfc5ecdf48b529f6a2bd98ba26bfac39ca8cd8a5 [diff] |
[PATCH] dm: suspend: fix error path If the device is already suspended, just return the error and skip the code that would incorrectly wipe md->suspended_bdev. (This isn't currently a problem because existing code avoids calling this function if the device is already suspended.) Signed-off-by: Alasdair G Kergon <agk@redhat.com> Cc: <dm-devel@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>