Prereq: 1.10 diff -cr ../tct-1.10/patchlevel ./patchlevel *** ../tct-1.10/patchlevel Mon Sep 16 14:40:20 2002 --- ./patchlevel Sat Oct 5 13:51:49 2002 *************** *** 1 **** ! 1.10 --- 1 ---- ! 1.11 diff -cr ../tct-1.10/CHANGES ./CHANGES *** ../tct-1.10/CHANGES Mon Sep 16 14:40:01 2002 --- ./CHANGES Sat Oct 5 13:48:52 2002 *************** *** 1,3 **** --- 1,7 ---- + Sat Oct 5 13:47:29 EDT 2002 + + o Restored tctutils compatibility, which broke with 20020916. + Mon Sep 16 14:39:09 EDT 2002 o The lowest inode examined is now the lowest possible inode diff -cr ../tct-1.10/src/fstools/fs_tools.h ./src/fstools/fs_tools.h *** ../tct-1.10/src/fstools/fs_tools.h Mon Sep 16 14:34:35 2002 --- ./src/fstools/fs_tools.h Sat Oct 5 13:46:39 2002 *************** *** 226,231 **** --- 226,232 ---- int fd; /* open raw device */ INUM_T inum_count; /* number of inodes */ INUM_T start_inum; /* first inode */ + #define root_inum start_inum /* tctutils compatibility */ INUM_T last_inum; /* LINUX starts at 1 */ DADDR_T block_count; /* number of blocks */ DADDR_T start_block; /* in case start at 1 */