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:
parent
f4c43c11c9
commit
28801f7470
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user