Re: rawops.c
Jeffrey Altman <[email protected]> Mon, 24 Aug 2009 13:59:49 -0700
| Newsgroups | gmane.comp.file-systems.openafs.devel.win32 |
|---|---|
| Organization | Secure Endpoints Inc. |
| Message-ID | <[email protected]> |
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. > > >