From: yangsheng Date: Fri, 12 Jul 2013 19:49:24 +0000 (+0800) Subject: LU-3079 osd-zfs: Change header order to avoid build fail X-Git-Tag: 2.4.53~21 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=69f000d420d01c48fb7300ff973e498f2dbf92b5;hp=dcb4810983391165eb17af1a83105b968557f993 LU-3079 osd-zfs: Change header order to avoid build fail SPL redefined list_move_tail() in sys/list.h. It will confused if system & lustre header use list_move_tail() after SPL header. Signed-off-by: yang sheng Change-Id: I946e810b57affdeedbfc16bb5e502ebde0716039 Reviewed-on: http://review.whamcloud.com/6968 Reviewed-by: Bob Glossman Tested-by: Hudson Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- diff --git a/lustre/osd-zfs/udmu.c b/lustre/osd-zfs/udmu.c index 69408b3..f36f026 100644 --- a/lustre/osd-zfs/udmu.c +++ b/lustre/osd-zfs/udmu.c @@ -45,6 +45,9 @@ * Author: Mike Pershin */ +#include /* OBD_OBJECT_EOF */ +#include /* struct obd_statfs */ + #include #include #include @@ -58,9 +61,6 @@ #include #include -#include /* OBD_OBJECT_EOF */ -#include /* struct obd_statfs */ - #include "udmu.h" int udmu_blk_insert_cost(void)