20 lines
610 B
Diff
20 lines
610 B
Diff
|
*** nfs-ganesha-2.1.0/src/cache_inode/cache_inode_getattr.c.orig 2014-06-27 10:06:09.273133273 -0400
|
||
|
--- nfs-ganesha-2.1.0/src/cache_inode/cache_inode_getattr.c 2014-06-27 10:06:45.677133273 -0400
|
||
|
***************
|
||
|
*** 71,77 ****
|
||
|
cache_inode_getattr_cb_t cb)
|
||
|
{
|
||
|
cache_inode_status_t status;
|
||
|
! struct gsh_export *junction_export;
|
||
|
cache_entry_t *junction_entry;
|
||
|
uint64_t mounted_on_fileid;
|
||
|
|
||
|
--- 71,77 ----
|
||
|
cache_inode_getattr_cb_t cb)
|
||
|
{
|
||
|
cache_inode_status_t status;
|
||
|
! struct gsh_export *junction_export = NULL;
|
||
|
cache_entry_t *junction_entry;
|
||
|
uint64_t mounted_on_fileid;
|
||
|
|