Searched hist:"91 ef4caf800030fa6e5224b8a41f8c74787b303d" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ext4/ |
H A D | ialloc.c | diff 91ef4caf800030fa6e5224b8a41f8c74787b303d Sat Jul 12 01:27:31 CEST 2008 Duane Griffin <duaneg@dghda.com> ext4: handle corrupted orphan list at mount
If the orphan node list includes valid, untruncatable nodes with nlink > 0 the ext4_orphan_cleanup loop which attempts to delete them will not do so, causing it to loop forever. Fix by checking for such nodes in the ext4_orphan_get function.
This patch fixes the second case (image hdb.20000009.softlockup.gz) reported in http://bugzilla.kernel.org/show_bug.cgi?id=10882.
Signed-off-by: Duane Griffin <duaneg@dghda.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | ext4.h | diff 91ef4caf800030fa6e5224b8a41f8c74787b303d Sat Jul 12 01:27:31 CEST 2008 Duane Griffin <duaneg@dghda.com> ext4: handle corrupted orphan list at mount
If the orphan node list includes valid, untruncatable nodes with nlink > 0 the ext4_orphan_cleanup loop which attempts to delete them will not do so, causing it to loop forever. Fix by checking for such nodes in the ext4_orphan_get function.
This patch fixes the second case (image hdb.20000009.softlockup.gz) reported in http://bugzilla.kernel.org/show_bug.cgi?id=10882.
Signed-off-by: Duane Griffin <duaneg@dghda.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | inode.c | diff 91ef4caf800030fa6e5224b8a41f8c74787b303d Sat Jul 12 01:27:31 CEST 2008 Duane Griffin <duaneg@dghda.com> ext4: handle corrupted orphan list at mount
If the orphan node list includes valid, untruncatable nodes with nlink > 0 the ext4_orphan_cleanup loop which attempts to delete them will not do so, causing it to loop forever. Fix by checking for such nodes in the ext4_orphan_get function.
This patch fixes the second case (image hdb.20000009.softlockup.gz) reported in http://bugzilla.kernel.org/show_bug.cgi?id=10882.
Signed-off-by: Duane Griffin <duaneg@dghda.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|