dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
authorJoe Thornber <ejt@redhat.com>
Tue, 6 May 2014 15:28:14 +0000 (16:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jun 2014 17:28:25 +0000 (10:28 -0700)
commit36f7757dadcd45c0ecce396662f923c0841e12ff
tree913003d6885b167a29da754c5a0b07b554a1b6fb
parent4cf3d5e62ea1868a963f6430eb7e40e46ac7295b
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode

commit 8d07e8a5f5bc7b90f755d9b427ea930024f4c986 upstream.

Commit 3e1a0699 ("dm thin: fix out of data space handling") introduced
a regression in the metadata commit() method by returning an error if
the pool is in PM_OUT_OF_DATA_SPACE mode.  This oversight caused a thin
device to return errors even if the default queue_if_no_space ENOSPC
handling mode is used.

Fix commit() to only fail if pool is in PM_READ_ONLY or PM_FAIL mode.

Reported-by: qindehua@163.com
Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/dm-thin.c