pnfs: set stateid.seqid to 0 for data server io

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2010-10-08 12:35:10 -04:00
parent eefff7c222
commit e4b1bc6ccc
2 changed files with 8 additions and 4 deletions

View file

@ -195,7 +195,7 @@ typedef struct __pnfs_io_pattern {
struct __pnfs_io_thread *threads;
struct __nfs41_root *root;
nfs41_path_fh *meta_file;
stateid4 *stateid;
stateid4 stateid;
pnfs_file_layout *layout;
unsigned char *buffer;
uint64_t offset_start;