X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_io.c;h=80c7d76c12764bddd4ac6b10b805cab3581c2c5a;hp=61d7da71debd2386cbd11b5443e97e245902e2e8;hb=1ec95b2b5410286c46b95c624e1d382b1e86535a;hpb=ef3da124b5d4d170819b4253525e5e93ecb2e85b diff --git a/lustre/osd-ldiskfs/osd_io.c b/lustre/osd-ldiskfs/osd_io.c index 61d7da7..80c7d76 100644 --- a/lustre/osd-ldiskfs/osd_io.c +++ b/lustre/osd-ldiskfs/osd_io.c @@ -49,11 +49,6 @@ /* prerequisite for linux/xattr.h */ #include -/* ext_depth() */ -#include -#include -#include - /* * struct OBD_{ALLOC,FREE}*() * OBD_FAIL_CHECK @@ -62,6 +57,9 @@ #include "osd_internal.h" +/* ext_depth() */ +#include + #ifndef HAVE_PAGE_CONSTANT #define mapping_cap_page_constant_write(mapping) 0 #define SetPageConstant(page) do {} while (0)