f_bad_inode, f_badsymlinks: Update expect files to reflect

changes in the problem code texts.

f_swapfs: The image file used by f_swapfs had bugs which got
	caught by Andreas' changes to be more strict about
	symlinks.
bitmap-optimize
Theodore Ts'o 2001-08-04 20:51:01 -04:00
parent d007cb4cbb
commit 9341cf2964
4 changed files with 20 additions and 11 deletions

View File

@ -1,3 +1,12 @@
2001-08-04 Theodore Tso <tytso@valinux.com>
* f_bad_inode, f_badsymlinks: Update expect files to reflect
changes in the problem code texts.
* f_swapfs: The image file used by f_swapfs had bugs which got
caught by Andreas' changes to be more strict about
symlinks.
2001-07-26 Andreas Dilger <adilger@turbolinux.com>
* f_symlinks: Add several fast symlink error cases to test.

View File

@ -17,7 +17,7 @@ Clear? yes
Inode 15 (/char_dev) is an illegal character device.
Clear? yes
Inode 16 (/test-symlink) is a fast symlink with a bad size (100)
Symlink /test-symlink (inode #16) has an invalid size (100).
Clear? yes
Pass 3: Checking directory connectivity

View File

@ -1,32 +1,32 @@
Pass 1: Checking inodes, blocks, and sizes
Special (device/socket/fifo) inode 18 has immutable or append-only flag set.
Clear? yes
Special (device/socket/fifo/symlink) file (inode 18) has immutable
or append-only flag set. Clear? yes
Inode 19 has illegal block(s). Clear? yes
Illegal block #0 (1234567890) in inode 19. CLEARED.
Inode 19, i_blocks is 2, should be 0. Fix? yes
Special (device/socket/fifo) inode 20 has immutable or append-only flag set.
Clear? yes
Special (device/socket/fifo/symlink) file (inode 20) has immutable
or append-only flag set. Clear? yes
Pass 2: Checking directory structure
Inode 17 (/empty_link) is a symlink with a bad size (0)
Symlink /empty_link (inode #17) has an invalid size (0).
Clear? yes
Inode 13 (/long_fastlink) is a fast symlink with a bad size (99)
Symlink /long_fastlink (inode #13) has an invalid size (99).
Clear? yes
Inode 14 (/long_link) is a symlink with a bad size (1234567890)
Symlink /long_link (inode #14) has an invalid size (1234567890).
Clear? yes
Inode 16 (/high_link) is a symlink with a bad size (4294967358)
Symlink /high_link (inode #16) has an invalid size (4294967358).
Clear? yes
Inode 12 (/empty_fastlink) is a fast symlink with a bad size (0)
Symlink /empty_fastlink (inode #12) has an invalid size (0).
Clear? yes
Inode 19 (/bad_link) is a fast symlink with a bad size (62)
Symlink /bad_link (inode #19) has an invalid size (62).
Clear? yes
Pass 3: Checking directory connectivity

Binary file not shown.