From: Al Viro Date: Thu, 19 Jul 2012 05:18:15 +0000 (+0400) Subject: don't expose I_NEW inodes via dentry->d_inode X-Git-Tag: v3.6-rc1~152^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc37ec54cd8e37193b0d42809b785ff19661c34;p=pandora-kernel.git don't expose I_NEW inodes via dentry->d_inode d_instantiate(dentry, inode); unlock_new_inode(inode); is a bad idea; do it the other way round... Signed-off-by: Al Viro --- Reading git-diff-tree failed