New method - evict_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 4 Jun 2010 23:40:39 +0000 (19:40 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:47:46 +0000 (16:47 -0400)
commitbe7ce4161f9e6bf2497f90337d1214aa6ee06e15
treea9bf28ff703a81ebf309d470c68ae6aa788a2d36
parentb4272d4c810532e1a4dea111433a0af56d3bd2b7
New method - evict_inode()

Hybrid of ->clear_inode() and ->delete_inode(); if present, does
all fs work to be done when in-core inode is about to be gone,
for whatever reason.

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