Whamcloud - gitweb
LU-4612 lvfs: correct call to pop_ctxt 24/9224/4
authorBob Glossman <bob.glossman@intel.com>
Tue, 11 Feb 2014 16:51:13 +0000 (08:51 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 12 Feb 2014 22:44:24 +0000 (22:44 +0000)
commitd686e576471057151ee22bc5cbc83e351d7389b1
tree74bf0c2d7c7476a45f5272116466c6cb91b6a42f
parent2a27f9d41a39be0728d08a022de9f63a8fd99296
LU-4612 lvfs: correct call to pop_ctxt

Earlier commit 3e7573cc14a331f01150814495e2345793e22f06 that converted
a call of osd_pop_ctxt() to pop_ctxt() ignored the fact the argument
order of these routines were different. This led to panics.

This patch fixes the pop_ctxt() call by putting the arguments
in the correct order.

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I352250fe3ed91cb8a23a5b8e88b944dc8309b481
Reviewed-on: http://review.whamcloud.com/9224
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osd-ldiskfs/osd_compat.c