lkml.org 
[lkml]   [2008]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] omfs: fix warning
On Sat, Aug 02, 2008 at 12:07:25PM +0400, Alexander Beregalov wrote:
> From: Alexander Beregalov <a.beregalov@gmail.com>
>
> omfs: fix warnings
>
> fs/omfs/inode.c:495: warning: format '%llx' expects type 'long long
> unsigned int', but argument 2 has type 'u64'
> fs/omfs/inode.c:495: warning: format '%llx' expects type 'long
> long unsigned int', but argument 3 has type '__be64'
>
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
> Cc: Bob Copeland <me@bobcopeland.com>

Thanks!

Acked-by: Bob Copeland <me@bobcopeland.com>

(And I'm downloading cross compilers as I type this.)

Andrew, should I continue to send omfs patches through you, or do I need
to publish a git repo?

> "super and root blocks (%llx, %llx)\n",
> - sbi->s_num_blocks, be64_to_cpu(omfs_rb->r_num_blocks));
> + (unsigned long long)sbi->s_num_blocks,
> + (unsigned long long)be64_to_cpu(omfs_rb->r_num_blocks));
> goto out_brelse_bh2;

--
Bob Copeland %% www.bobcopeland.com



\
 
 \ /
  Last update: 2008-08-02 15:27    [W:0.022 / U:0.776 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site