Skip to content
Commit aa66d7bb authored by Al Viro's avatar Al Viro
Browse files

dgrp procfs fixes, part 1



proc_create() has shat upon fops argument when mode is S_IFDIR.
Good thing, too, since fops passed to it is completely useless
for any directory.  Just use proc_mkdir(), damnit.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f56e2947
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