Whamcloud - gitweb
- fixes after FLD CR:
authoryury <yury>
Fri, 30 Jun 2006 12:26:14 +0000 (12:26 +0000)
committeryury <yury>
Fri, 30 Jun 2006 12:26:14 +0000 (12:26 +0000)
commitb9bd2982e6c289b0b6c126e633ae03f08d6b5a5e
tree715ab68310b8700477f9c9068eac42e8dcbb680e
parenta63639df1e2a019dac6303e35275fc69ab587ba9
- fixes after FLD CR:
  * cache API is moved to fld_cache.c;
  * cache is now used both on server and client;

  * fixed name aliasing. There was fld_cache global struct, also there were lots of functions which took fld_cache instance pointr which name was fld_cache;

  * fixed memory leaks in fld_cache_fini(). There was missed releasing of all cached entries;

  * do not translate fld_cache_*() errors to caller on server and client. If some error happens in cache working funtions, we do not care of that.
lustre/fld/Makefile.in
lustre/fld/autoMakefile.am
lustre/fld/fld_cache.c [new file with mode: 0644]
lustre/fld/fld_handler.c
lustre/fld/fld_index.c
lustre/fld/fld_internal.h
lustre/fld/fld_request.c