From: phil Date: Fri, 14 Nov 2003 09:24:20 +0000 (+0000) Subject: I touched one thing in lustre_mds.h, and I was dismayed to see the X-Git-Tag: v1_7_100~1^368~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4e3a8125865f433ea3100f80d77efad8bcd72a85;p=fs%2Flustre-release.git I touched one thing in lustre_mds.h, and I was dismayed to see the entire source tree rebuild! It took just a few minutes to remove a number of #includes which violated all manner of abstraction boundary. ericm assures me that I have not broken anything major in liblustre. Also, I moved a good chunk of inline functions into llite_internal.h (which is where I secretly believe that most of lustre_lite.h will end up), and renamed ll_ino2fid (which no longer takes an inode) to mdc_pack_fid. --- diff --git a/lustre/cobd/lproc_cache.c b/lustre/cobd/lproc_cache.c index bbe3231..8e698ce 100644 --- a/lustre/cobd/lproc_cache.c +++ b/lustre/cobd/lproc_cache.c @@ -21,7 +21,7 @@ */ #define DEBUG_SUBSYSTEM S_CLASS -#include +#include #include #ifndef LPROCFS