Re: [PATCH] diskfs/pathconf: handle _PC_2_SYMLINKS

2012-10-04 Thread Pino Toscano
Alle lunedì 1 ottobre 2012, Roland McGrath ha scritto: > That doesn't look right to me. diskfs_shortcut_symlink means that > the filesystem implementation has its own way to store symlinks. A > Hurd filesystem supports symlinks either if there is a first-class > storage mechanism like that, or if

Re: [PATCH] diskfs/pathconf: handle _PC_2_SYMLINKS

2012-10-01 Thread Roland McGrath
That doesn't look right to me. diskfs_shortcut_symlink means that the filesystem implementation has its own way to store symlinks. A Hurd filesystem supports symlinks either if there is a first-class storage mechanism like that, or if the filesystems supports storing passive translator records ge

Re: [PATCH] diskfs/pathconf: handle _PC_2_SYMLINKS

2012-09-30 Thread Samuel Thibault
Applied, thanks. Samuel