From: Al Viro Date: Tue, 26 Jul 2011 05:41:39 +0000 (-0400) Subject: switch vfs_mkdir() and ->mkdir() to umode_t X-Git-Tag: v3.3-rc1~170^2~11^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18bb1db3e7607e4a997d50991a6f9fa5b0f8722c;p=pandora-kernel.git switch vfs_mkdir() and ->mkdir() to umode_t vfs_mkdir() gets int, but immediately drops everything that might not fit into umode_t and that's the only caller of ->mkdir()... Signed-off-by: Al Viro --- Reading git-diff-tree failed