X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fmd_object.h;h=d4451ae3130ecf1e9f1d444778c3bc8e74c8b1a7;hp=cd52a7d1ddc0876aabecf0820627849434513778;hb=c65b502fe9feda61c7ad7137f5022c654c6ba501;hpb=3a78e12f100e43e2996976d06a95a1b8e61b33ff diff --git a/lustre/include/md_object.h b/lustre/include/md_object.h index cd52a7d..d4451ae 100644 --- a/lustre/include/md_object.h +++ b/lustre/include/md_object.h @@ -28,9 +28,8 @@ /* * 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, 2012, Whamcloud, Inc. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -62,6 +61,10 @@ #include #include +/* LU-1051, temperary solution to reduce llog credits */ +#define DECLARE_LLOG_REWRITE 0 +#define DECLARE_LLOG_WRITE INT_MAX + struct md_device; struct md_device_operations; struct md_object;