On Saturday 06 December 2008 20:35, Michael Pattrick wrote: > The previous patch didn't include my changes to tux3.h, here is a correction > > Cheers, > Michael Pattrick > > On Sat, Dec 6, 2008 at 10:53 PM, Michael Pattrick > <[EMAIL PROTECTED]> wrote: > > Inspired by Pranith, I thought I would try to add to the directory > > functions in namei.c. Attached is a patch for rename and rmdir, I cant > > really vouch for the 'correctness' of it, but I tested it out for a > > while in UML and it seems to work correctly. > > > > This is really my first patch for low level file system operations, so > > I won't be offended if you point out any flaws. > > > > Cheers, > > Michael Pattrick
Hi Michael, Welcome, and congratulations for getting something working at all in a low level filesystem on your first try! Well, tux3_rename and tux3_rmdir look plausible, but tux_add_link is a cut and paste of tux_create_entry. You should be able to write it as a call to the original tux_create_entry. Regards, Daniel _______________________________________________ Tux3 mailing list [email protected] http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3
