Re: [patch 00/48] 2.6.27.32-stable review

From: Greg KH
Date: Tue Sep 08 2009 - 23:15:19 EST


On Tue, Sep 08, 2009 at 09:47:51AM -0500, Jayson King wrote:
> Greetings,
>
> Patch 41/48 (ocfs2: Initialize the...) of this series causes a build
> failure:
>
> fs/ocfs2/aops.c: In function âocfs2_write_clusterâ:
> fs/ocfs2/aops.c:1286: error: âshould_zeroâ undeclared (first use in this
> function)
> fs/ocfs2/aops.c:1286: error: (Each undeclared identifier is reported
> only once
> fs/ocfs2/aops.c:1286: error: for each function it appears in.)
> fs/ocfs2/aops.c: In function âocfs2_write_cluster_by_descâ:
> fs/ocfs2/aops.c:1360: warning: passing argument 4 of
> âocfs2_write_clusterâ makes pointer from integer without a cast
> fs/ocfs2/aops.c:1360: warning: passing argument 6 of
> âocfs2_write_clusterâ from incompatible pointer type
> fs/ocfs2/aops.c:1360: warning: passing argument 7 of
> âocfs2_write_clusterâ makes integer from pointer without a cast
> fs/ocfs2/aops.c:1360: error: too many arguments to function
> âocfs2_write_clusterâ
>
>
> A line from the upstream patch is missing in this patch:
>
> static int ocfs2_write_cluster(struct address_space *mapping,
> u32 phys, unsigned int unwritten,
> + unsigned int should_zero,
> struct ocfs2_alloc_context *data_ac,
> struct ocfs2_alloc_context *meta_ac,
> struct ocfs2_write_ctxt *wc, u32 cpos,
> loff_t user_pos, unsigned user_len)
>
>
> Attached is the corrected patch with the above line placed back in.

There was an add-on ocfs2 patch that should have now resolved this
issue. If you still have this problem with the released kernel, please
let me know.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/