commit | 6583eb3dcc1f03ce969594dae5573dbefce015dc | [log] [tgz] |
---|---|---|
author | Vu Pham <vu@mellanox.com> | Fri Jul 14 00:23:53 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 14 21:53:50 2006 -0700 |
tree | bf93901cb14ed4bb2175a784acc52880860a4278 | |
parent | f0ee3404cce2c45f8b95b341dd6311cd92e5cee0 [diff] |
[PATCH] srp: fix fmr error handling srp_unmap_data assumes req->fmr is NULL if the request is not mapped, so we must clean it out in case of an error. Signed-off-by: Vu Pham <vu@mellanox.com> Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Acked-by: Roland Dreier <rolandd@cisco.com> Cc: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>