commit | bd55597520a2eaa0d71dd7683513a14bfd1bdf5c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 07 11:35:40 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:48:22 2010 -0400 |
tree | b99685fe2d9b6c9ad87b7d3e6a8fc47a5ac248ce | |
parent | d5c1515cf374951f07e5bf97b6ff3718d3401b6f [diff] |
convert btrfs to ->evict_inode() NB: do we want btrfs_wait_ordered_range() on eviction of inodes with positive i_nlink on subvolume with zero root_refs? If not, btrfs_evict_inode() can be simplified by unconditionally bailing out in case of i_nlink > 0 in the very beginning... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>