]> git.baikalelectronics.ru Git - kernel.git/commit
omfs: fix warning
authorAlexander Beregalov <a.beregalov@gmail.com>
Tue, 5 Aug 2008 20:01:33 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Aug 2008 21:33:49 +0000 (14:33 -0700)
commitd2d1fc3f784c56d861da7def9e95579045f5112b
tree8247fe27eb8af9a61ab537fcd0b45b93498bd91f
parent1000693aaef24a27c4369efe70f9c990406097e1
omfs: fix warning

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>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/omfs/inode.c