On Do, 2017-02-23 at 08:35 -0800, Frank Filz wrote:
> > 
> However, don't add state_t to the private fd since the global fd does
> not
> need a state and that would needlessly enlarge every FSAL object
> handle.
> 
> Instead make a containing structure:
> 
> struct myfsal_state_and_fd {
>       struct state_t state;
>       struct my_file_descriptor my_fd;
> };
> 
> Frank
> 
Prepared a patch just covering GPFS.
If that's accepted I could do it for the other FSALs as well.

Swen

> 
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
> 


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to