commit | be7ce4161f9e6bf2497f90337d1214aa6ee06e15 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 04 19:40:39 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:47:46 2010 -0400 |
tree | a9bf28ff703a81ebf309d470c68ae6aa788a2d36 | |
parent | b4272d4c810532e1a4dea111433a0af56d3bd2b7 [diff] |
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>