Whamcloud - gitweb
- fixed bug in fld_cache_insert(). Just allocated struct fld_cache was substituted...
authoryury <yury>
Mon, 26 Jun 2006 13:00:44 +0000 (13:00 +0000)
committeryury <yury>
Mon, 26 Jun 2006 13:00:44 +0000 (13:00 +0000)
commit220562a049f05d03db3afd35290651f597c93cf9
tree79bb8f3ae7cdbca1e86e2785d13b77c752c30ec8
parentb28c591a7b9f48d29fbb23650d61a9879a64badf
- fixed bug in fld_cache_insert(). Just allocated struct fld_cache was substituted by enumeration tmp pointer what led to inserting into cache some struct fld_cache which is already in cache (for case cache is not empty) or insert nothing if cache is yet empty;
- struct fld_cache renamed to struct fld_cache_entry and related renames.
lustre/fld/fld_internal.h
lustre/fld/fld_request.c