Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:sschapiro:openstack:upstream
lvm2
lvm2-2_02_85-lower-secure-data-flag-warning-to-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lvm2-2_02_85-lower-secure-data-flag-warning-to-verbose-level-if-unsupported-by-kernel.patch of Package lvm2
WHATS_NEW_DM | 4 ++++ libdm/ioctl/libdm-iface.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 3cf0564..a73830b 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,3 +1,7 @@ +Version 1.02.64 - +=================================== + Lower secure data flag warning to verbose level if unsupported by kernel. + Version 1.02.63 - 9th February 2011 =================================== Reinstate DEBUG_MEM as it's part of the API. (1.02.62) diff --git a/libdm/ioctl/libdm-iface.c b/libdm/ioctl/libdm-iface.c index a8bbbcc..57d0618 100644 --- a/libdm/ioctl/libdm-iface.c +++ b/libdm/ioctl/libdm-iface.c @@ -1543,8 +1543,8 @@ static struct dm_ioctl *_flatten(struct dm_task *dmt, unsigned repeat_count) dmi->flags |= DM_SKIP_LOCKFS_FLAG; if (dmt->secure_data) { if (_dm_version_minor < 20) - log_warn("WARNING: Secure data flag unsupported by " - "kernel. Buffers will not be wiped after use."); + log_verbose("Secure data flag unsupported by kernel. " + "Buffers will not be wiped after use."); dmi->flags |= DM_SECURE_DATA_FLAG; } if (dmt->query_inactive_table) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor