Skip to content

Commit

Permalink
Fix a missed exit after kill entry.
Browse files Browse the repository at this point in the history
Signed-off-by: Venkateswararao Jujjuri "<jvrao@linux.vnet.ibm.com>
  • Loading branch information
Venkateswararao Jujjuri (JV) committed May 9, 2012
1 parent e2c7004 commit 1be6c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache_inode/cache_inode_rdwr.c
Expand Up @@ -254,6 +254,7 @@ cache_inode_rdwr(cache_entry_t *entry,

if (fsal_status.major == ERR_FSAL_STALE) {
cache_inode_kill_entry(entry, client);
goto out;
}

if ((fsal_status.major != ERR_FSAL_NOT_OPENED)
Expand Down

0 comments on commit 1be6c36

Please sign in to comment.