Quoting Herbert Poetzl ([EMAIL PROTECTED]): > > I'm having some trouble getting util-vserver installed on this > > laptop (and my vserver box is an hour drive and a dead cable > > modem away), so it's not fully tested yet. It is compile- and > > boot- tested however. > > (without jfs and xfs I presume)
Yes. I've gotten a working vserver setup now, but on ext3, and the previous test was reiser. I may be able to set up some additional test machines for jfs and xfs in a bit, but unfortunately not right now. > could you elaborate on the __in_dev_get_rcu() part? Just following the examples in patch-2.6.14. Both __in_dev_get and the file table have switched to using rcu, so corresponding changes are in this patch. > > No more ia_attr_flags in the kernel. So I just tossed that code > > out of ext2, ext3, and reiser. I assume BARRIER and friends > > are properly taken care of using inode->i_flags only. > > wrong assumption ... > > testfs.sh tests 103,106,113,114,116,121,123, and 124 fail > without the ia_attr_flags stuff :) Oh good, I didn't realize there were existing regression tests. I'll take a look at these. > (you also missed a few others in jfs and xfs) Ok, thanks, I'll compare the patches I guess. thanks, -serge _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
