X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flvfs.h;h=41a7c147f15d96dfdd44a2e380752f1654e706a4;hp=293abbd14fff0f5ce8d394d13f270ea45f6268f4;hb=2b294992edce5af7b79d4300ed3aa1ea6a8db850;hpb=3e7573cc14a331f01150814495e2345793e22f06 diff --git a/lustre/include/lvfs.h b/lustre/include/lvfs.h index 293abbd..41a7c14 100644 --- a/lustre/include/lvfs.h +++ b/lustre/include/lvfs.h @@ -26,6 +26,8 @@ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2014, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -40,17 +42,11 @@ #define __LVFS_H__ #include -#if defined(__linux__) + #include -#elif defined(__APPLE__) -#include -#elif defined(__WINNT__) -#include -#else -#error Unsupported operating system. -#endif /* ptlrpc_sec_ctx.c */ void push_ctxt(struct lvfs_run_ctxt *save, struct lvfs_run_ctxt *new_ctx); void pop_ctxt(struct lvfs_run_ctxt *saved, struct lvfs_run_ctxt *new_ctx); + #endif