[zfs-code] pathconf values on ZFS (PATH_MAX, NAME_MAX in particular)

2009-09-11 Thread Nils Goroll
Hi All, running pathconf(path, PATH_MAX) on a ZFS file system made me wonder if zfs_pathconf should return higher values for PATH_MAX, NAME_MAX, SYMLINK_MAX etc. rather than falling though to fs_pathconf, which just returns the constants? Or is there a good reason for this behavior that I am n

[zfs-code] Rethought: pathconf values on ZFS (PATH_MAX, NAME_MAX in particular)

2009-09-11 Thread Nils Goroll
OK - supporting longer names/paths for ZFS wouldn't make sense as long a the system wide limits remain what they currently are. Sorry for the noise.