From 7fda56682603d5cefa07edd7132b11ea2a6eebae Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 10 May 2006 23:42:12 +0000 Subject: [PATCH] dt: remove explicit iam operations from dt_device_operations. dt_index_operations should be used instead --- lustre/include/linux/dt_object.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lustre/include/linux/dt_object.h b/lustre/include/linux/dt_object.h index a365555..085516b 100644 --- a/lustre/include/linux/dt_object.h +++ b/lustre/include/linux/dt_object.h @@ -93,24 +93,6 @@ struct dt_device_operations { */ int (*dt_root_get)(struct lu_context *ctx, struct dt_device *dev, struct lu_fid *f); - /* - * iam index operation - */ - int (*dt_iam_insert)(struct lu_context *ctx, struct dt_device *dev, - void *container, void *key, int key_len, - void *rec, int rec_len); - - int (*dt_iam_delete)(struct lu_context *ctx, struct dt_device *dev, - void *container, void *key, int key_len, - void *rec, int rec_len); - - int (*dt_iam_update)(struct lu_context *ctx, struct dt_device *dev, - void *container, void *key, int key_len, - void *rec, int rec_len); - - int (*dt_iam_lookup)(struct lu_context *ctx, struct dt_device *dev, - void *container, void *key, int key_len, - void *rec, int* rec_len); }; /* -- 1.8.3.1