--- linux-2.6.22-rc6-mm1/fs/reiser4/plugin/file/file.c.orig +++ linux-2.6.22-rc6-mm1/fs/reiser4/plugin/file/file.c @@ -707,8 +707,12 @@ return; fsdata = reiser4_get_file_fsdata(file); assert("vs-965", !IS_ERR(fsdata)); - assert("nikita-19891", - coords_equal(&hint->seal.coord1, &hint->ext_coord.coord)); +#if REISER4_DEBUG + if (!coords_equal(&hint->seal.coord1, &hint->ext_coord.coord)) { + dump_stack(); + for (; 1 ;) {;} + } +#endif assert("vs-30", hint->lh.owner == NULL); spin_lock_inode(file->f_dentry->d_inode); fsdata->reg.hint = *hint;