From: Theodore Ts'o Date: Mon, 2 Feb 2015 05:37:01 +0000 (-0500) Subject: vfs: add find_inode_nowait() function X-Git-Tag: fixes-v4.0-rc1~73^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe032c422c5ba562ba9c2d316f55e258e03259c6;p=pandora-kernel.git vfs: add find_inode_nowait() function Add a new function find_inode_nowait() which is an even more general version of ilookup5_nowait(). It is designed for callers which need very fine grained control over when the function is allowed to block or increment the inode's reference count. Signed-off-by: Theodore Ts'o Signed-off-by: Al Viro --- Reading git-diff-tree failed