X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Flinux-2.6%2Fxfs_super.h;h=866c7ad75f925c14253cdb066a63c1710ed903ec;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=0d3703db3cee5dcf2fd80ded3b455808011e7356;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/fs/xfs/linux-2.6/xfs_super.h b/fs/xfs/linux-2.6/xfs_super.h index 0d3703db3..866c7ad75 100644 --- a/fs/xfs/linux-2.6/xfs_super.h +++ b/fs/xfs/linux-2.6/xfs_super.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved. + * Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as @@ -92,6 +92,12 @@ extern void xfs_qm_exit(void); # define XFS_TRACE_STRING #endif +#ifdef CONFIG_XFS_DMAPI +# define XFS_DMAPI_STRING "dmapi support, " +#else +# define XFS_DMAPI_STRING +#endif + #ifdef DEBUG # define XFS_DBG_STRING "debug" #else @@ -103,6 +109,7 @@ extern void xfs_qm_exit(void); XFS_REALTIME_STRING \ XFS_BIGFS_STRING \ XFS_TRACE_STRING \ + XFS_DMAPI_STRING \ XFS_DBG_STRING /* DBG must be last */ #define LINVFS_GET_VFS(s) \