diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-14 20:18:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-14 20:18:50 -0700 |
| commit | 6570695993f02465f4f84c7fc252fc43f7180974 (patch) | |
| tree | f0d96b33732798a9a36f68d64e8932a90a497e44 | |
| parent | 5bb8577f1fedb6d047911154431153dcdbea99fe (diff) | |
[PATCH] i2o_proc module owner fix
From: Warren Togami <wtogami@redhat.com>
| -rw-r--r-- | drivers/message/i2o/i2o_proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/i2o/i2o_proc.c b/drivers/message/i2o/i2o_proc.c index 6b41020e177b..7622e0aa3165 100644 --- a/drivers/message/i2o/i2o_proc.c +++ b/drivers/message/i2o/i2o_proc.c @@ -3340,6 +3340,7 @@ static int create_i2o_procfs(void) i2o_proc_dir_root = proc_mkdir("i2o", 0); if(!i2o_proc_dir_root) return -1; + i2o_proc_dir_root->owner = THIS_MODULE; for(i = 0; i < MAX_I2O_CONTROLLERS; i++) { |
