diff options
Diffstat (limited to 'xlators/features/upcall/src/upcall-internal.c')
-rw-r--r-- | xlators/features/upcall/src/upcall-internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/upcall/src/upcall-internal.c b/xlators/features/upcall/src/upcall-internal.c index 41548afb930..a7f0fd991cf 100644 --- a/xlators/features/upcall/src/upcall-internal.c +++ b/xlators/features/upcall/src/upcall-internal.c @@ -423,7 +423,7 @@ upcall_client_cache_invalidate (xlator_t *this, uuid_t gfid, /* Send notify call */ gf_uuid_copy(n_event_data.gfid, gfid); n_event_data.client_entry = up_client_entry; - n_event_data.event_type = CACHE_INVALIDATION; + n_event_data.event_type = GF_UPCALL_CACHE_INVALIDATION; n_event_data.invalidate_flags = flags; /* Need to send inode flags */ |