From: nikita Date: Wed, 10 May 2006 23:42:12 +0000 (+0000) Subject: dt: remove explicit iam operations from dt_device_operations. dt_index_operations... X-Git-Tag: v1_8_0_110~486^2~1843 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7fda56682603d5cefa07edd7132b11ea2a6eebae;p=fs%2Flustre-release.git dt: remove explicit iam operations from dt_device_operations. dt_index_operations should be used instead --- 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); }; /*