]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: turn generic_drop_inode() into static inline
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Feb 2012 00:43:17 +0000 (19:43 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:29:33 +0000 (21:29 -0400)
commit3f2680093f28b9361ec383c0acf98c25374d4176
treef99c68d0b7d049d7a25706d23f224c734d0e1da1
parent3d5004648eeca0525b3866a80f21a12f9a9c159d
vfs: turn generic_drop_inode() into static inline

Once upon a time it used to be much bigger, but these days there's
no point whatsoever keeping it in fs/inode.c, especially since
it's not even needed as initializer for ->drop_inode() - it's the
default and leaving ->drop_inode NULL will do just as well.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c
include/linux/fs.h