diff options
author | Brian Behlendorf <[email protected]> | 2011-02-11 13:46:10 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-02-11 13:47:51 -0800 |
commit | 2c395def2763ccc7a549d297f7f11bd304caaeae (patch) | |
tree | 8fb1ad970c68fcb7fdb9daed4be78ee32bbb8cd6 /zfs_config.h.in | |
parent | f9637c6c8b9c452c440a366aa937b363f027d95e (diff) |
Linux 2.6.36 compat, sops->evict_inode()
The new prefered inteface for evicting an inode from the inode cache
is the ->evict_inode() callback. It replaces both the ->delete_inode()
and ->clear_inode() callbacks which were previously used for this.
Diffstat (limited to 'zfs_config.h.in')
-rw-r--r-- | zfs_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zfs_config.h.in b/zfs_config.h.in index d6999bbda..2f09157e3 100644 --- a/zfs_config.h.in +++ b/zfs_config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* sops->evict_inode() exists */ +#undef HAVE_EVICT_INODE + /* kernel defines fmode_t */ #undef HAVE_FMODE_T |