From 1f3a0dd4742a2fcd3215aee4a5e22125d7ea4f4d Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 4 Apr 2012 18:04:52 +0530 Subject: fuse-bridge/fd-migration: document migration failures in fdctx. Change-Id: Ib85871e586f89f88dd7bf738fbb284b5d7b70a86 BUG: 809919 Signed-off-by: Raghavendra G Reviewed-on: http://review.gluster.com/3085 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/mount/fuse/src/fuse-bridge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/mount/fuse/src/fuse-bridge.h') diff --git a/xlators/mount/fuse/src/fuse-bridge.h b/xlators/mount/fuse/src/fuse-bridge.h index afda8f775..72aa6be48 100644 --- a/xlators/mount/fuse/src/fuse-bridge.h +++ b/xlators/mount/fuse/src/fuse-bridge.h @@ -328,6 +328,7 @@ typedef struct { typedef struct fuse_fd_ctx { uint32_t open_flags; + char migration_failed; fd_t *fd; } fuse_fd_ctx_t; -- cgit