[Ocfs2-devel] Re: [patch 01/16] ocfs2: Add check for missing range_* prefix in struct writeback_control

Sunil Mushran Sunil.Mushran at oracle.com
Mon Feb 4 19:15:00 PST 2008


Jeff at locomotive.unixthugs.org wrote:
> --- a/fs/ocfs2/Makefile	2008-02-02 10:36:14.000000000 -0500
> +++ b/fs/ocfs2/Makefile	2008-02-02 10:36:24.000000000 -0500
> @@ -116,6 +116,10 @@ ifdef NO_MANDATORY_LOCK
>  EXTRA_CFLAGS += -DNO_MANDATORY_LOCK
>  endif
>  
> +ifdef WRITEBACK_CONTROL_NO_RANGE_PREFIX
> +EXTRA_CFLAGS += -DWRITEBACK_CONTROL_NO_RANGE_PREFIX
> +endif
> +
>   

If it's ok, I am changing EXTRA_CFLAGS to 
CFLAGS_compat_sync_mapping_range.o instead.
More targeted.

Rest all the patches look good. If no one objects, I will push these 
tomorrow.

Sunil





More information about the Ocfs2-devel mailing list