Prev: [PATCH] IA64: use asm-generic/scatterlist.h
Next: [PATCH resend] s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pin
From: Stephen Rothwell on 25 Feb 2010 19:50 Hi Randy, On Thu, 25 Feb 2010 14:41:22 -0800 Randy Dunlap <randy.dunlap(a)oracle.com> wrote: > > From: Randy Dunlap <randy.dunlap(a)oracle.com> > > sparse warns that: > drivers/staging/pohmelfs/inode.c:1797: warning: initialization from incompatible pointer type > > so fix pohmelfs_write_inode() to have the expected parameters. > > Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> > --- > drivers/staging/pohmelfs/inode.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > --- linux-next-20100225.orig/drivers/staging/pohmelfs/inode.c > +++ linux-next-20100225/drivers/staging/pohmelfs/inode.c > @@ -396,7 +396,8 @@ int pohmelfs_remove_child(struct pohmelf > /* > * Writeback for given inode. > */ > -static int pohmelfs_write_inode(struct inode *inode, int sync) > +static int pohmelfs_write_inode(struct inode *inode, > + struct writeback_control *wbc) > { > struct pohmelfs_inode *pi = POHMELFS_I(inode); > This patch is OK, but depends on changes that are in the vfs tree that are not in Linus' tree yet. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ |