Edward Shishkin wrote: > Dave Hansen wrote: > ... >> >> I think that stack allocation is a pretty nasty trick for a structure >> that's supposed to be pretty persistent and dynamically allocated, and >> is certainly something that needs to get fixed up in a proper way. >> >> > > agreed. > >> This works around the problem for now, but this could potentially cause >> more bugs any time we add some member to 'struct file' and depend on its >> state being sane anywhere in the VFS. If there's a list anywhere of >> merge-stopper reiser4 bugs around, this should probably go in there. >> >> > > will be fixed. > The promised fixup is attached. Andrew, please apply. Thanks, Edward.