[yast-commit] r41370 - in /branches/SuSE-SLE-10-SP1-Branch/storage: libstorage/src/EtcFstab.h package/yast2-storage.changes
Author: fehr Date: Thu Oct 11 13:39:33 2007 New Revision: 41370 URL: http://svn.opensuse.org/viewcvs/yast?rev=41370&view=rev Log: fix problem with resizing encrypted volumes (#307219) Modified: branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/EtcFstab.h branches/SuSE-SLE-10-SP1-Branch/storage/package/yast2-storage.changes Modified: branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/EtcFstab.h URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/EtcFstab.h?rev=41370&r1=41369&r2=41370&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/EtcFstab.h (original) +++ branches/SuSE-SLE-10-SP1-Branch/storage/libstorage/src/EtcFstab.h Thu Oct 11 13:39:33 2007 @@ -16,7 +16,8 @@ struct FstabEntry { - FstabEntry() { freq=passno=0; crypto=cryptt=loop=noauto=dmcrypt=false; + FstabEntry() { freq=passno=0; + crypto=cryptt=loop=noauto=dmcrypt=tmpcrypt=false; encr=storage::ENC_NONE; mount_by=storage::MOUNTBY_DEVICE; } FstabEntry& operator=( const FstabChange& rhs ); friend std::ostream& operator<< (std::ostream& s, const FstabEntry &v ); Modified: branches/SuSE-SLE-10-SP1-Branch/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/storage/package/yast2-storage.changes?rev=41370&r1=41369&r2=41370&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP1-Branch/storage/package/yast2-storage.changes (original) +++ branches/SuSE-SLE-10-SP1-Branch/storage/package/yast2-storage.changes Thu Oct 11 13:39:33 2007 @@ -11,6 +11,7 @@ - improve discrimination between EFI and win partitions (#287289) - fix missing initialisation of tmpcrypt (#307219) - fix case of nonzero passno for encrypted fstab entries (#307221) +- fix problem with resizing encrypted volumes (#307219) ------------------------------------------------------------------- Mon Oct 8 10:49:37 CEST 2007 - fehr@suse.de -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn.opensuse.org