Update of /cvsroot/ext2resize/ext2resize
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1615
Modified Files:
NEWS
Log Message:
Get ext2prepare to use the same resize_inode format as mke2fs.
Patch by Takashi Sato found in
<URL:http://www.ussg.iu.edu/hypermail/linux/kernel/0604.1/1090.html>
and manually applied.
Index: NEWS
===================================================================
RCS file: /cvsroot/ext2resize/ext2resize/NEWS,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** NEWS 9 Jun 2006 22:16:46 -0000 1.7
--- NEWS 10 Jun 2006 06:45:21 -0000 1.8
***************
*** 5,8 ****
--- 5,9 ----
* Adjust handling of ioctl BLKGETSIZE64 to match recent kernels.
* Teach ext2prepare how to handle file systems over 2 TiB.
+ * Update ext2prepare to use the same resize_inode format as mke2fs.
* Renamed some functions to make the code easier to read.
* Fix bug in ext2 metainfo handling (use correct offset).
|