[Ocfs2-devel] [PATCH 1/1] ocfs2: Silence an error message in ocfs2_file_aio_read()

Mark Fasheh mfasheh at suse.com
Mon Jun 9 17:38:15 PDT 2008


On Mon, Jun 09, 2008 at 11:24:41AM -0700, Sunil Mushran wrote:
> This patch silences an EINVAL error message in ocfs2_file_aio_read()
> that is always due to a user error.
> 

Ok, Thanks.

> Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
> ---
>  fs/ocfs2/file.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c
> index 57e0d30..e8514e8 100644
> --- a/fs/ocfs2/file.c
> +++ b/fs/ocfs2/file.c
> @@ -2202,7 +2202,7 @@ static ssize_t ocfs2_file_aio_read(struct kiocb *iocb,
>  
>  	ret = generic_file_aio_read(iocb, iov, nr_segs, iocb->ki_pos);
>  	if (ret == -EINVAL)
> -		mlog(ML_ERROR, "generic_file_aio_read returned -EINVAL\n");
> +		mlog(0, "generic_file_aio_read returned -EINVAL\n");
>  
>  	/* buffered aio wouldn't have proper lock coverage today */
>  	BUG_ON(ret == -EIOCBQUEUED && !(filp->f_flags & O_DIRECT));
> -- 
> 1.5.4.5
> 
> 
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs2-devel
--
Mark Fasheh



More information about the Ocfs2-devel mailing list