From: Al Viro Date: Tue, 26 Jul 2011 05:42:34 +0000 (-0400) Subject: switch ->create() to umode_t X-Git-Tag: v3.3-rc1~170^2~11^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4acdaf27ebe2034c342f3be57ef49aed1ad885ef;p=pandora-kernel.git switch ->create() to umode_t vfs_create() ignores everything outside of 16bit subset of its mode argument; switching it to umode_t is obviously equivalent and it's the only caller of the method Signed-off-by: Al Viro --- Reading git-diff-tree failed