1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00

temporarily downgrade the 'open while suspended' error till we fix it properly

This commit is contained in:
Alasdair Kergon 2010-04-01 14:30:51 +00:00
parent f4c43c11c9
commit 28801f7470

View File

@ -392,7 +392,8 @@ int dev_open_flags(struct device *dev, int flags, int direct, int quiet)
}
if (memlock())
log_error(INTERNAL_ERROR "dev_open(%s) called while suspended",
/* FIXME Make this log_error */
log_verbose("dev_open(%s) called while suspended",
dev_name(dev));
if (dev->flags & DEV_REGULAR)