[OpenAFS-win32-devel] rawops.c

Jeffrey Altman jaltman@secure-endpoints.com
Mon, 24 Aug 2009 13:59:49 -0700


The functions are not actively used in public sources.
However, you will find a lot of code in OpenAFS that is
not actively being used.

Why do you want to get rid of it?
It is causing you any harm?

Mickey Lane wrote:
> Using the latest source code available via git…
> 
>  
> 
> The file src\WINNT\afsd\rawops.c contains two functions:
> 
>  
> 
> long ReadData(cm_scache_t *scp, osi_hyper_t offset, long count, char *op,
> 
>               cm_user_t *userp, long *readp)
> 
>  
> 
> long WriteData(cm_scache_t *scp, osi_hyper_t offset, long count, char *op,
> 
>                cm_user_t *userp, long *writtenp)
> 
>  
> 
> As far as I can tell, these functions are not used anywhere.
> 
>  
> 
> Can someone confirm this?
> 
>  
> 
> Is there any reason to keep this file?
> 
>  
> 
> Regards,
> 
> Mickey.
> 
>  
>