[PATCH] proc filesystem (1/3): fix mount options

2005-02-01 Thread rene . scharfe
Hello, while trying to add a umask option to the proc filesystem I stumbled over a somewhat related problem: the existing mount options uid and gid were non-functional. The patch below is an attempt to fix them and prepares the ground for my evil umask plans. :) The first half of the reason why

[PATCH] proc filesystem (1/3): fix mount options

2005-02-01 Thread rene . scharfe
Hello, while trying to add a umask option to the proc filesystem I stumbled over a somewhat related problem: the existing mount options uid and gid were non-functional. The patch below is an attempt to fix them and prepares the ground for my evil umask plans. :) The first half of the reason why