summaryrefslogtreecommitdiffstats
path: root/cmd/zdb
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2011-02-11 13:46:10 -0800
committerBrian Behlendorf <[email protected]>2011-02-11 13:47:51 -0800
commit2c395def2763ccc7a549d297f7f11bd304caaeae (patch)
tree8fb1ad970c68fcb7fdb9daed4be78ee32bbb8cd6 /cmd/zdb
parentf9637c6c8b9c452c440a366aa937b363f027d95e (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 'cmd/zdb')
-rw-r--r--cmd/zdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/zdb/Makefile.in b/cmd/zdb/Makefile.in
index f6b7271bb..0ff5b4bc5 100644
--- a/cmd/zdb/Makefile.in
+++ b/cmd/zdb/Makefile.in
@@ -53,6 +53,7 @@ am__aclocal_m4_deps = \
$(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
$(top_srcdir)/config/kernel-blk-rq-pos.m4 \
$(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
+ $(top_srcdir)/config/kernel-evict-inode.m4 \
$(top_srcdir)/config/kernel-fmode-t.m4 \
$(top_srcdir)/config/kernel-fsync.m4 \
$(top_srcdir)/config/kernel-get-disk-ro.m4 \