22 lines
692 B
Diff
22 lines
692 B
Diff
|
*** nfs-ganesha-2.1.0/src/SAL/state_lock.c.orig 2015-02-12 11:44:24.233718318 -0500
|
||
|
--- nfs-ganesha-2.1.0/src/SAL/state_lock.c 2015-02-12 11:45:06.679718318 -0500
|
||
|
***************
|
||
|
*** 611,618 ****
|
||
|
*
|
||
|
* @return New entry or NULL.
|
||
|
*/
|
||
|
! inline state_lock_entry_t *state_lock_entry_t_dup(state_lock_entry_t *
|
||
|
! orig_entry)
|
||
|
{
|
||
|
return create_state_lock_entry(orig_entry->sle_entry,
|
||
|
orig_entry->sle_export,
|
||
|
--- 611,618 ----
|
||
|
*
|
||
|
* @return New entry or NULL.
|
||
|
*/
|
||
|
! static inline state_lock_entry_t *state_lock_entry_t_dup(state_lock_entry_t *
|
||
|
! orig_entry)
|
||
|
{
|
||
|
return create_state_lock_entry(orig_entry->sle_entry,
|
||
|
orig_entry->sle_export,
|