commit | fdd1e74c89fe39259a29c494209abad63ff76f82 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Apr 15 16:33:58 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 19 16:53:01 2008 -0400 |
tree | 7ec3708b7b7badeb20f705cf865afbb9c63b5406 | |
parent | 73e3302f60c0e11a0db0b34b903f591139c4f937 [diff] |
NFS: Ensure that the read code cleans up properly when rpc_run_task() fails In the case of readpage() we need to ensure that the pages get unlocked, and that the error is flagged. In the case of O_DIRECT, we need to ensure that the pages are all released. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>