]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/fat/nfs.c
fat-exportfs-rebuild-inode-if-ilookup-fails-fix
[karo-tx-linux.git] / fs / fat / nfs.c
index 156903bc22d9a7929f16e8a7f8a595952634c4e9..a1c5771b83143dc2cc08da64f4abc0d35344f3d2 100644 (file)
@@ -63,7 +63,7 @@ static struct inode *fat_nfs_get_inode(struct super_block *sb,
        if (inode == NULL && MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) {
                struct buffer_head *bh = NULL;
                struct msdos_dir_entry *de ;
-               loff_t blocknr;
+               sector_t blocknr;
                int offset;
                fat_get_blknr_offset(MSDOS_SB(sb), i_pos, &blocknr, &offset);
                bh = sb_bread(sb, blocknr);