Branch next

 

We’re getting closer to V5.6, but this isn’t quite it yet.

 

Tag:V5.5.3

 

Merge Highlights

 

* FSAL: in wait_to_start_io only increment wamt_read and want_write once

 

* FSAL: close_fsal_fd should only do fd lru stuff for global fd

 

* Get ref of gsh_export to prevent incorrect release and remove unnecessary dec in lru_reclaim

 

* modify the incorrect value in comments

 

* FSAL: add the get_fsal_obj_handle for FSALs

 

* FSAL_VFS: Don't attempt to get ACLs from FDs opened with O_PATH

 

* Fix accounting of number of operations, per protocol, for server stats.

 

* Decrement fds_num_write_opens, if client don't close the file

 

Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>

 

Contents:

 

2a57b6d53 Frank S. Filz V5.5.3

885598ce9 Rojin George Decrement fds_num_write_opens, if client don't close the file

25cc51d00 Bjorn Leffler Fix accounting of number of operations, per protocol, for server stats.

a8bbf2486 Martin Schwenke FSAL_VFS: Don't attempt to get ACLs from FDs opened with O_PATH

34470a613 bjfhdhhaha FSAL: add the get_fsal_obj_handle for FSALs

1a0274fb9 bjfhdhhaha modify the incorrect value in comments

73e0d7b36 bjfhdhhaha Get ref of gsh_export to prevent incorrect release and remove unnecessary dec in lru_reclaim

43f6878f1 Frank S. Filz FSAL: close_fsal_fd should only do fd lru stuff for global fd

55aad71f4 Frank S. Filz FSAL: in wait_to_start_io only increment wamt_read and want_write once