1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
This commit is contained in:
Alasdair Kergon 2011-05-24 13:53:26 +00:00
parent abb30dbf2d
commit 33bd9138fa
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Version 2.02.86 - Version 2.02.86 -
================================= =================================
Add and use dev_open_readonly and variations. Add and use dev_open_readonly and variations.
Do not log a superfluous stack message when the lv is properly processed. Do not log a superfluous stack message when the lv is properly processed.
Do not issue an error message when unable to remove .cache on read-only fs. Do not issue an error message when unable to remove .cache on read-only fs.

View File

@ -1,6 +1,6 @@
/* /*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. * Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
* *
* This file is part of LVM2. * This file is part of LVM2.
* *