From: pschwan Date: Fri, 18 Oct 2002 22:20:54 +0000 (+0000) Subject: Fix build on 2.4SMP X-Git-Tag: 0.5.15~66 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=10dde91588bdd156c14d2ea05d4bd67be457297e;p=fs%2Flustre-release.git Fix build on 2.4SMP I don't have a working 2.5 llite directory yet, so can you test these changes, Andreas? --- diff --git a/lustre/llite/commit_callback.c b/lustre/llite/commit_callback.c index fbfb302..ee6ae03 100644 --- a/lustre/llite/commit_callback.c +++ b/lustre/llite/commit_callback.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/lustre/llite/dcache.c b/lustre/llite/dcache.c index 637a422..fe98319 100644 --- a/lustre/llite/dcache.c +++ b/lustre/llite/dcache.c @@ -20,6 +20,7 @@ */ #include +#include #include #include diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 1b402c1..5ea09b3 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -28,6 +28,8 @@ */ #include +#include +#include #include #include #include