All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [vfs:for-next 97/99] fs/ext3/dir.c:306:14: error: too few arguments to function 'generic_file_ll
Date: Mon, 16 Jul 2012 15:44:03 +0000	[thread overview]
Message-ID: <500436C3.8080207@redhat.com> (raw)
In-Reply-To: <20120716095850.GB18633@localhost>

On 7/16/12 4:58 AM, Fengguang Wu wrote:
> Hi Eric,
> 
> Kernel build failed on
> 
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-next
> head:   1073e38331024417f5b0c1fcf7af59b92fb92689
> commit: a98bd44aa0f1ffa5091f69ec5938757b1d28f580 [97/99] vfs: allow custom EOF in generic_file_llseek code
> config: i386-randconfig-b002 (attached as .config)
> 
> All related error/warning messages:
> 
> fs/ext3/dir.c:306:14: error: too few arguments to function 'generic_file_llseek_size'
> include/linux/fs.h:2452:15: note: declared here
> fs/ext4/file.c:228:2: error: too few arguments to function 'generic_file_llseek_size'
> include/linux/fs.h:2452:15: note: declared here
> 
> vim +306 fs/ext3/dir.c
>    303	
>    304		if (likely(dx_dir))
>    305			return generic_file_llseek_size(file, offset, origin,
>  > 306						        ext3_get_htree_eof(file));
>    307		else
>    308			return generic_file_llseek(file, offset, origin);
>    309	}

Thanks - 

I had sent "[PATCH 3/3] ext3: pass custom EOF to generic_file_llseek_size()" which I think should have fixed this up, along with "vfs: allow custom EOF in generic_file_llseek code"

And, it is in Al's tree:

http://git.kernel.org/?p=linux/kernel/git/viro/vfs.git;a=commitdiff;h\x1073e38331024417f5b0c1fcf7af59b92fb92689

as is the commit to make ext4 happy:

http://git.kernel.org/?p=linux/kernel/git/viro/vfs.git;a=commitdiff;h¬5d776ddd7933c7aa9bb8fe2f9b3104dff659ca

-Eric

> ---
> 0-DAY kernel build testing backend         Open Source Technology Centre
> Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation
> 


--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-07-16 15:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-16  9:58 [vfs:for-next 97/99] fs/ext3/dir.c:306:14: error: too few arguments to function 'generic_file_llseek Fengguang Wu
2012-07-16 15:44 ` Eric Sandeen [this message]
2012-07-16 16:45 ` [vfs:for-next 97/99] fs/ext3/dir.c:306:14: error: too few arguments to function 'generic_file_ll Al Viro
2012-07-17 17:12 ` Eric Sandeen
2012-07-17 18:39 ` Al Viro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=500436C3.8080207@redhat.com \
    --to=sandeen@redhat.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.