X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=libcfs%2Flibcfs%2Fwinnt%2Fwinnt-debug.c;h=3569c997b5fe23e35db168cc6642eebe405f5d47;hb=3f92a017ae2d97506db89b34c374bbcf9670db54;hp=4ddb786a529228b6f819a6e3ac8f994659d552a9;hpb=7de9e8dd313557997fb28f3926516b5c26d31c9a;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/winnt/winnt-debug.c b/libcfs/libcfs/winnt/winnt-debug.c index 4ddb786..3569c99 100644 --- a/libcfs/libcfs/winnt/winnt-debug.c +++ b/libcfs/libcfs/winnt/winnt-debug.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -28,6 +26,8 @@ /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2012, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -59,12 +59,12 @@ void libcfs_run_lbug_upcall(struct libcfs_debug_msg_data *msgdata) void lbug_with_loc(struct libcfs_debug_msg_data *msgdata) { - libcfs_catastrophe = 1; - CEMERG("LBUG: pid: %u thread: %#x\n", - cfs_curproc_pid(), PsGetCurrentThread()); - cfs_enter_debugger(); - libcfs_debug_dumplog(); - libcfs_run_lbug_upcall(msgdata); + libcfs_catastrophe = 1; + CEMERG("LBUG: pid: %u thread: %#x\n", + current_pid(), PsGetCurrentThread()); + cfs_enter_debugger(); + libcfs_debug_dumplog(); + libcfs_run_lbug_upcall(msgdata); } void cfs_enter_debugger(void)