revert patch: threading by io unit instead of stripe

sorry, earlier Casey, but the patch 'threading by io unit instead of stripe' from 6/20/2010 was nuts!  with PNFS_THREAD_BY_SERVER disabled, we definitely -don't- want to create a separate thread for each io unit (each READ/WRITE request to a ds).  we just want the one per stripe, as the intended alternative to PNFS_THREAD_BY_SERVER

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2011-08-31 11:38:56 -04:00 committed by unknown
parent e3cbc70f14
commit 641d9cf14b
2 changed files with 2 additions and 32 deletions

View file

@ -230,7 +230,6 @@ typedef struct __pnfs_io_pattern {
typedef struct __pnfs_io_thread {
pnfs_io_pattern *pattern;
uint64_t offset;
uint64_t offset_end;
uint32_t id;
enum stable_how4 stable;
} pnfs_io_thread;