On Tue, Oct 05, 2004 at 01:13:38PM -0400, Gregory (Grisha) Trubetskoy wrote: > > > On Mon, 4 Oct 2004, Herbert Poetzl wrote: > > >>Or am I missing something obvious? > > > >you are missing something obvious ;) > > > >2.6.9-rc3-vs1.9.3-rc2 (and basically all versions before) > > > > # mkdir /tmp/X > > # cd /tmp/X > > > > # touch x1 > > # setattr --iunlink x1 > > # showattr x1 > > ----UI- x1 > > # ln x1 x2 > > # showattr x1 x2 > > ----UI- x1 > > ----UI- x2 > > Ah, thanks! So I guess there is no way to get to unlink > flag via ioctl() anymore?
hmm, the compatibility interface for that should be there, but unfortunately it's flawed by design (which is the reason why it was replaced in early 1.9.x) HTH, Herbert > Grisha > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
