From: Al Viro Date: Mon, 7 Jun 2010 15:35:40 +0000 (-0400) Subject: convert btrfs to ->evict_inode() X-Git-Tag: v2.6.36-rc1~304^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd55597520a2eaa0d71dd7683513a14bfd1bdf5c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed