commit | 38def50fabc479dc96ea6bd2cb2526e0dfc36fa4 | [log] [tgz] |
---|---|---|
author | Fred Isaman <iisaman@citi.umich.edu> | Thu May 01 20:03:22 2008 +0300 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 16 09:43:23 2008 -0700 |
tree | c7327131526e59b35f639af91dbea3075b20445e | |
parent | b0b539739fe9b7d75002412a787cfdf4efddbc33 [diff] |
nfs: fix race in nfs_dirty_request When called from nfs_flush_incompatible, the req is not locked, so req->wb_page might be set to NULL before it is used by PageWriteback. Signed-off-by: Fred Isaman <iisaman@citi.umich.edu> Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>