lkml.org 
[lkml]   [1997]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Msdos name alias patch for 2.1.48


On Fri, 8 Aug 1997, Janos Farkas wrote:
>
> But if the lookup could respect an
> kludgy, (and only usable by win/dosemu) bit like O_NOCASE, what's so
> wrong with the fs internal lookup() checking for/creating alias dentries?
> And that's what Andreas proposed, and fits the "requirements" much better.
> It's probably the only way to retain the correct referenced name in
> dentries for all types of aliases (hard links, and case independence ---
> affs has both).

Alias dentries that do not correspond to actual physical aliases (ie hard
links) are _very_ nasty to handle.

Creating them is easy (that's what the trivial msdosfs patch does).

Deleting them is non-trivial. Re-naming a file that has aliases is worse.

Right now the dcache has _very_ nice semantics for rename/delete (you can
still follow the dentry tree back to the root, so you get a nice pathname
for the dentry - and one which stays correct even when you rename the
file).

Introducing virtual aliases would break that behaviour (or at least it
would be really horrible to try to support the behaviour correctly).

Linus


\
 
 \ /
  Last update: 2005-03-22 13:40    [W:1.928 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site