diff options
Diffstat (limited to 'xlators/mount/fuse/src')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 94ed59a98f6..714ca995d5b 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -1710,9 +1710,9 @@ fuse_create_cbk (call_frame_t *frame, void *cookie, xlator_t *this, fd_ref (fd); - feo.nodeid = inode_to_nodeid (inode); + feo.nodeid = inode_to_nodeid (linked_inode); - feo.generation = inode->generation; + feo.generation = linked_inode->generation; feo.entry_valid = calc_timeout_sec (priv->entry_timeout); feo.entry_valid_nsec = calc_timeout_nsec (priv->entry_timeout); |