comparison yaffs_guts.c @ 281:6d11517ae07f pre-checkpatch-20090306

Remove bigus test
author charles
date Thu, 05 Mar 2009 21:46:46 +0000
parents d76290a0b1ed
children c8620405d086
comparison
equal deleted inserted replaced
280:c28a53b1d08f 281:6d11517ae07f
6856 6856
6857 if (obj->siblings.prev == NULL) { 6857 if (obj->siblings.prev == NULL) {
6858 /* Not initialised */ 6858 /* Not initialised */
6859 YBUG(); 6859 YBUG();
6860 6860
6861 } else if (ylist_empty(&obj->siblings)) {
6862 YBUG();
6863 } 6861 }
6864
6865 6862
6866 yaffs_VerifyDirectory(directory); 6863 yaffs_VerifyDirectory(directory);
6867 6864
6868 yaffs_RemoveObjectFromDirectory(obj); 6865 yaffs_RemoveObjectFromDirectory(obj);
6869 6866