]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fat-exportfs-rebuild-inode-if-ilookup-fails-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 25 Oct 2012 01:15:14 +0000 (12:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 Nov 2012 05:01:00 +0000 (16:01 +1100)
commit209eb8adaaf7d2b9a18e3dbb149fe64150223fb8
treebe0df51f1fc81fb787c43810e9ffb414261e2862
parent48448db91de26a8a47db2a8cbb7d1bee96929484
fat-exportfs-rebuild-inode-if-ilookup-fails-fix

fix warnings/types

fs/fat/nfs.c: In function 'fat_nfs_get_inode':
fs/fat/nfs.c:68: warning: passing argument 3 of 'fat_get_blknr_offset' from incompatible pointer type
fs/fat/fat.h:218: note: expected 'sector_t *' but argument is of type 'loff_t *'
fs/fat/inode.c: In function '__fat_write_inode':
fs/fat/inode.c:630: warning: passing argument 3 of 'fat_get_blknr_offset' from incompatible pointer type
fs/fat/fat.h:218: note: expected 'sector_t *' but argument is of type 'loff_t *'

Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Amit Sahrawat <a.sahrawat@samsung.com>
Cc: Namjae Jeon <namjae.jeon@samsung.com>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Ravishankar N <ravi.n1@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/inode.c
fs/fat/nfs.c