From 8ef31d8cecdd96db66d545fbbbb6474de586eb96 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 3 Dec 2009 06:20:14 +0000 Subject: [PATCH] Branch HEAD b=21375 i=robert, johann Cleanup code. --- lustre/obdclass/obd_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 0c87eac..de4a406 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -2124,7 +2124,7 @@ struct file_system_type lustre_fs_type = { .get_sb = lustre_get_sb, .kill_sb = lustre_kill_super, .fs_flags = FS_BINARY_MOUNTDATA | FS_REQUIRES_DEV | -#ifdef HAVE_LINUX_FIEMAP_H +#ifdef FS_HAS_FIEMAP FS_HAS_FIEMAP | #endif LL_RENAME_DOES_D_MOVE, -- 1.8.3.1