diff options
Diffstat (limited to 'xlators/performance/nl-cache/src/nl-cache-helper.c')
-rw-r--r-- | xlators/performance/nl-cache/src/nl-cache-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/nl-cache/src/nl-cache-helper.c b/xlators/performance/nl-cache/src/nl-cache-helper.c index 1556f9ec952..67b17af8b69 100644 --- a/xlators/performance/nl-cache/src/nl-cache-helper.c +++ b/xlators/performance/nl-cache/src/nl-cache-helper.c @@ -158,7 +158,7 @@ __nlc_inode_ctx_get (xlator_t *this, inode_t *inode, nlc_ctx_t **nlc_ctx_p, *nlc_ctx_p = nlc_ctx; } if (ret == 0 && nlc_pe_p) { - nlc_pe = (void *) (long) (&nlc_pe_int); + nlc_pe = (void *) (long) (nlc_pe_int); *nlc_pe_p = nlc_pe; } return ret; |