[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AA66E97.4050500@jaysonking.com>
Date: Tue, 08 Sep 2009 09:47:51 -0500
From: Jayson King <dev@...sonking.com>
To: gregkh@...e.de
CC: LKML <linux-kernel@...r.kernel.org>, sunil.mushran@...cle.com,
joel.becker@...cle.com
Subject: Re: [patch 00/48] 2.6.27.32-stable review
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.
Thanks
Jayson R. King
View attachment "aops-new.patch" of type "text/plain" (5456 bytes)
Powered by blists - more mailing lists