Whamcloud - gitweb
Part of the O_DIRECT fix. The page indices iobuf->maplist[i]->index
authoradilger <adilger>
Wed, 12 Jun 2002 19:20:00 +0000 (19:20 +0000)
committeradilger <adilger>
Wed, 12 Jun 2002 19:20:00 +0000 (19:20 +0000)
commit9a5d68567513b06d41def6c700eaeabb1c9cb6d5
treeac75e595c2dcc9594ac2c81bc88c73d1f276e142
parent0a504d0df32cabadf4c5c623a99a9a03c13d7df3
Part of the O_DIRECT fix.  The page indices  iobuf->maplist[i]->index
do not appear to contain valid offsets into the file.  Use the "blocknr"
value per generic_direct_IO instead.
lustre/llite/rw.c