From 483a254d1ddfcc745fa7c5887df7bf8cab2c0099 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 14 Nov 2003 09:24:44 +0000 Subject: [PATCH] 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. --- lustre/osc/osc_rpcd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/osc/osc_rpcd.c b/lustre/osc/osc_rpcd.c index a8987f1..2385729 100644 --- a/lustre/osc/osc_rpcd.c +++ b/lustre/osc/osc_rpcd.c @@ -45,10 +45,8 @@ #endif #include -#include /* for mds_objid */ #include #include -#include #include #ifndef __CYGWIN__ -- 1.8.3.1