From: Al Viro Date: Mon, 13 Feb 2012 00:43:17 +0000 (-0500) Subject: vfs: turn generic_drop_inode() into static inline X-Git-Tag: v3.4-rc1~163^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bcb4b733c22b7dbc4cf847e707ac98f751e9180;p=pandora-kernel.git 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 --- Reading git-diff-tree failed