X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Flvfs%2Ffsfilt.c;h=01003331c732e5368e0d4b79dd66b0ac292f2703;hb=4d59b9eac6b961d89c4f0e8ce9f342bc01c58f4a;hp=b14b9f9c0a88338efe9965bc46cd9c71f71236ba;hpb=b4efa1b2cbfd45f85439e1bb0a4c4eb719540dcd;p=fs%2Flustre-release.git diff --git a/lustre/lvfs/fsfilt.c b/lustre/lvfs/fsfilt.c index b14b9f9..0100333 100644 --- a/lustre/lvfs/fsfilt.c +++ b/lustre/lvfs/fsfilt.c @@ -40,14 +40,13 @@ #define DEBUG_SUBSYSTEM S_FILTER #include -#include #include #include #include -#include +#include #include -CFS_LIST_HEAD(fsfilt_types); +LIST_HEAD(fsfilt_types); static struct fsfilt_operations *fsfilt_search_type(const char *type) {