From: Al Viro Date: Sat, 30 Mar 2013 00:39:17 +0000 (-0400) Subject: dgrp procfs fixes, part 1 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa66d7bba7c25ab2aefad9dad01c485b04dc4cbe;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed