summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota/src/quota.c
diff options
context:
space:
mode:
authorShreyas Siravara <sshreyas@fb.com>2017-12-05 07:43:40 -0800
committerRaghavendra G <rgowdapp@redhat.com>2017-12-06 08:16:11 +0000
commite5e0d223ada35d6bdb1790054fcbf34273b7949c (patch)
treead47a280df974ce73d1bf1fb0725c673ffb7590d /xlators/features/quota/src/quota.c
parentc2e4990a204aeaec3105f97bdfa7b48a571fa1fa (diff)
features/quota: Fix brick crash in quota unlink callback
Change-Id: Iad16d7b2102376380eb0f6918111249af370aaeb BUG: 1521014 Signed-off-by: Shreyas Siravara <sshreyas@fb.com>
Diffstat (limited to 'xlators/features/quota/src/quota.c')
-rw-r--r--xlators/features/quota/src/quota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c
index a3078453f78..e8335e63c1c 100644
--- a/xlators/features/quota/src/quota.c
+++ b/xlators/features/quota/src/quota.c
@@ -2195,7 +2195,7 @@ quota_unlink_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
gf_msg (this->name, GF_LOG_INFO, EINVAL,
Q_MSG_INODE_CTX_GET_FAILED,
"quota context not set inode (gfid:%s)",
- uuid_utoa (local->loc.inode->gfid));
+ uuid_utoa (local->loc.gfid));
goto out;
}