nfs-ganesha 1.4

fsal_objectres.c

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