linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* lookup on unlinked directory.
@ 2002-09-12 18:27 Nikita Danilov
  0 siblings, 0 replies; only message in thread
From: Nikita Danilov @ 2002-09-12 18:27 UTC (permalink / raw)
  To: Alexander Viro; +Cc: Linux Kernel Mailing List

Hello,

why ->create(), ->unlink(), and ->readdir() are disabled on the unlinked
but open directory (one with ->i_flags |= S_DEAD), but ->lookup() is
not?  This is especially strange, because ->rmdir() usually removes dot
and dotdot, but link_path_walk() will pretend they still exist.

Is this so for being able to do "cd .." from inside unlinked directory?

Nikita.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-12 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12 18:27 lookup on unlinked directory Nikita Danilov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).