Ivans patch works on 3.11.1 for some reason, been using it flawlessly for 3 days now .. not sure why not on the RC's. Can anybody else use it on 3.11.1??? On Wed, Sep 18, 2013 at 11:24 PM, Mathieu Belanger <m@xxxxxxxx> wrote: > > 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