Whamcloud - gitweb
LU-17848 osd: purge key_rec() from dt API
[fs/lustre-release.git] / Documentation / osd-api.txt
index 59eea26..2c004d4 100644 (file)
@@ -929,7 +929,6 @@ int   (*rec)(const struct lu_env *, const struct dt_it *, struct dt_rec *,
             __u32);
 __u64 (*store)(const struct lu_env *, const struct dt_it *);
 int   (*load)(const struct lu_env *, const struct dt_it *, __u64);
-int   (*key_rec)(const struct lu_env *, const struct dt_it *, void *);
 
 init
        is called to allocate and initialize an instance of "iterator" which
@@ -970,8 +969,6 @@ load
        cookie ->store() method returns. these two methods allow to implement
        functionality like POSIX readdir where current position is stored as an
        integer.
-key_rec
-       is not used currently
 
 3. Transactions
 ===============