commit | 9bcb4b733c22b7dbc4cf847e707ac98f751e9180 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 12 19:43:17 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:33 2012 -0400 |
tree | f99c68d0b7d049d7a25706d23f224c734d0e1da1 | |
parent | e28e832c3e1e1197873cfd0b6ce86868cf5c391d [diff] |
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>