Commit 43f34576 authored by Martin Brandenburg's avatar Martin Brandenburg Committed by Mike Marshall
Browse files

orangefs: do not return successful read when the client-core disappeared

parent 85ac799c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -169,6 +169,9 @@ populate_shared_memory:
			 * trigger the write.
			 */
			case OP_VFS_STATE_INPROGR:
				if (type == ORANGEFS_IO_READ)
					ret = -EINTR;
				else
					ret = total_size;
				break;
			default: