]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: add find_inode_nowait() function
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Feb 2015 05:37:01 +0000 (00:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 5 Feb 2015 07:45:00 +0000 (02:45 -0500)
commitd6b37100e661d5370bdb7c7dfe68b7b2541c1c96
tree83fb3e7bde52805f447c5f1d8ae42f46462db1c6
parent3f12d9ef92e30f2a0315e1cc819ed7a67e71e273
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 <tytso@mit.edu>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c
include/linux/fs.h