[patch 01/02] vfs: variant symlinks

2007-09-28 Thread Ken Schmidt
Variant symlinks add the ability to embed variables in to the contents of symbolic links so their targets can change based on outside sources (user environment, uts, filesystems, etc.) Signed-off-by: Ken Schmidt <[EMAIL PROTECTED]> --- diff -urN linux-2.6.22.5.orig/include/linux/var

[patch 02/02] vfs: variant symlinks from uts

2007-09-28 Thread Ken Schmidt
This allows variant symlinks to interpret their variables from uts. Signed-off-by: Ken Schmidt <[EMAIL PROTECTED]> -- diff -urN linux-2.6.22.5.orig/fs/Kconfig linux-2.6.22.5/fs/Kconfig --- linux-2.6.22.5.orig/fs/Kconfig 2007-09-23 10:36:16.0 -0700 +++ linux-2.6.22.5/fs/Kconfig