nfs-ganesha 1.4

fsal_objectres.c

Go to the documentation of this file.
00001 /*
00002  * vim:expandtab:shiftwidth=8:tabstop=8:
00003  */
00004 
00013 #ifdef HAVE_CONFIG_H
00014 #include "config.h"
00015 #endif
00016 #include "fsal.h"
00017 #include "fsal_internal.h"
00018 
00028 fsal_status_t HPSSFSAL_CleanObjectResources(hpssfsal_handle_t * in_fsal_handle)
00029 {
00030 
00031   Return(ERR_FSAL_NO_ERROR, 0, INDEX_FSAL_CleanObjectResources);
00032 
00033 }