Commit 65706959 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] i2o_proc module owner fix

From: Warren Togami <wtogami@redhat.com>
parent 5bb8577f
......@@ -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++)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment