Re: [PATCH 23/35] Unionfs: Main module functions

2006-12-05 Thread Jan Engelhardt
>+++ b/fs/unionfs/main.c >+static int init_debug = 0; >+module_param_named(debug, init_debug, int, S_IRUGO); >+MODULE_PARM_DESC(debug, "Initial Unionfs debug value."); I think there is not anything that forbids it being S_IRUGO | S_IWUSR. >+ >+static int __init init_unionfs_fs(void) >+{ >+

[PATCH 23/35] Unionfs: Main module functions

2006-12-04 Thread Josef 'Jeff' Sipek
From: Josef "Jeff" Sipek <[EMAIL PROTECTED]> Module init & cleanup code, as well as interposition functions. Signed-off-by: Josef "Jeff" Sipek <[EMAIL PROTECTED]> Signed-off-by: David Quigley <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> --- fs/unionfs/main.c | 685 +