[haiku-commits] Re: r40922 - in haiku/trunk: headers/private/locale src/apps/deskbar src/kits/locale src/kits/tracker

  • From: "Jonas Sundström" <jonas@xxxxxxxxxxx>
  • To: "haiku-commits@xxxxxxxxxxxxx" <haiku-commits@xxxxxxxxxxxxx>
  • Date: Sat, 12 Mar 2011 14:35:07 +0100

Adrien Destugues <pulkomandy@xxxxxxxxxxxxxxxxx> wrote:
>
> On Sat, 12 Mar 2011 13:40:56 +0100, "Jonas Sundström" <jonas@xxxxxxxxxxx>
> wrote:
 ..
> > Maybe hard links could work to give filesystem entries multiple real
> > locations with localized names. But if not created somewhat lazily
> > there would quite a lot of them. (How would it affect fs performance?)
>
> BFS can't do hardlinks.

Yes, I know.
http://dev.haiku-os.org/wiki/FutureHaikuFileSystem

> It would also make everything get listed twice, which doesn't
> sound like a good idea...

Do you mean multiple entries in the same parent folder?
I meant parallel structures, mirroring each other:

e.g. having a real structure
/boot/apps/editor/Editor
/boot/apps/browser/Browser
/boot/apps/installer/Installer

and a localized structure where files are hardlinked:
/boot/appski/editski/Editski -> /boot/apps/editor/Editor
/boot/appski/browski/Browski -> /boot/apps/browser/Browser
/boot/appski/installski/Installski -> /boot/apps/installer/Installer

Apologies to all slavic(?) people :]

Not ideal. Perhaps one set of problems traded for some other,
but it could possibly shelter the user from inconsistency,
letting the platform sort it out.

/Jonas


Other related posts: