IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.
authorDave Olson <dave.olson@qlogic.com>
Wed, 3 Oct 2007 19:47:00 +0000 (12:47 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 10 Oct 2007 04:03:02 +0000 (21:03 -0700)
commit3ac8c70f74ca67111c570f4ba828cc4b6fc229f4
treed8e99d579fc2c7cead30215c68d5c006badc7abd
parentbda94e32b39c0e60d43b34a175363601b6f12ca4
IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.

Fixed to be the same as everywhere else.  copy and then zero the page *
in the array first, and then pass the copy to the VM routines.

Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ipath/ipath_file_ops.c