Commit 0f97ddb4 authored by Stephen Hemminger's avatar Stephen Hemminger

[LLC]: Set module owner on /proc/net/llc directory.

parent 921d4f1f
......@@ -245,6 +245,7 @@ int __init llc_proc_init(void)
llc_proc_dir = proc_mkdir("llc", proc_net);
if (!llc_proc_dir)
goto out;
llc_proc_dir->owner = THIS_MODULE;
p = create_proc_entry("socket", S_IRUGO, llc_proc_dir);
if (!p)
......
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