It seems, we have successfully ported reiser4 to 3.11 on the
previous week. I'll try to put the patch to sourceforge next weekends.
Thanks,
Edward.
19.09.2013 01:24, Mathieu Belanger пишет:
The crash I/you got is related to readdir.
in 3.11, .readdir don't exist anymore and got replaced with .iterate.
but as Edward said, the way to use it changed too and I don't know how
to fix it... yet.
I just renamed .readdir to .iterate in my old patchs and that's not
correct.
For the patch you done this morning, it was ok and not related to the
crash but it should not be named lockref/d_lockref as we still use
spinlock_t and not the new struct lockref (who contain lock and
count). It failed initially because d_lock got defined as d_lockref.lock.
We can't use it (or try) until that's patched.
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html