Skip to content

Commit

Permalink
- fixed switching between btrfs and other filesystems (bsc#910346)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Jan 5, 2015
1 parent a797a40 commit c9cbb72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.17.147
2.17.148
2 changes: 1 addition & 1 deletion libstorage/src/Storage.cc
Expand Up @@ -2596,7 +2596,7 @@ Storage::changeFormatVolume( const string& device, bool format, FsType fs )
vol->updateFsData();
vol->clearUsedBy();
vol->changeMount( mp );
if( !mp.empty() )
if( !mp.empty() && !instsys() )
{
vol->setMount(mp);
if( mounted )
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-storage.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 05 12:05:38 CET 2015 - aschnell@suse.de

- fixed switching between btrfs and other filesystems (bsc#910346)
- 2.17.148

-------------------------------------------------------------------
Mon Oct 13 10:00:51 CEST 2014 - aschnell@suse.de

Expand Down

0 comments on commit c9cbb72

Please sign in to comment.