X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_debug.h;h=f7e517314cf078a5d54d1ea62527222a1c5fd345;hp=5dd57c0368ee40fe016ccf547c74a54e71f33fbd;hb=8701e7e4b5ec1b34700c95b9b6588f4745730b72;hpb=65701b4a30efdb695776bcf690a2b3cabc928da1 diff --git a/lustre/include/lustre_debug.h b/lustre/include/lustre_debug.h index 5dd57c0..f7e5173 100644 --- a/lustre/include/lustre_debug.h +++ b/lustre/include/lustre_debug.h @@ -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. @@ -29,7 +27,7 @@ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2011, Whamcloud, Inc. + * Copyright (c) 2011, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -59,9 +57,9 @@ #define ASSERT_MAX_SIZE_MB 60000ULL #define ASSERT_PAGE_INDEX(index, OP) \ -do { if (index > ASSERT_MAX_SIZE_MB << (20 - CFS_PAGE_SHIFT)) { \ +do { if (index > ASSERT_MAX_SIZE_MB << (20 - PAGE_CACHE_SHIFT)) { \ CERROR("bad page index %lu > %llu\n", index, \ - ASSERT_MAX_SIZE_MB << (20 - CFS_PAGE_SHIFT)); \ + ASSERT_MAX_SIZE_MB << (20 - PAGE_CACHE_SHIFT)); \ libcfs_debug = ~0UL; \ OP; \ }} while(0) @@ -77,7 +75,6 @@ do { if (offset > ASSERT_MAX_SIZE_MB << 20) { \ /* lib/debug.c */ void dump_lniobuf(struct niobuf_local *lnb); int dump_req(struct ptlrpc_request *req); -void dump_lsm(int level, struct lov_stripe_md *lsm); int block_debug_setup(void *addr, int len, __u64 off, __u64 id); int block_debug_check(char *who, void *addr, int len, __u64 off, __u64 id);