From: Mark Fasheh Date: Fri, 20 Jul 2007 18:58:36 +0000 (-0700) Subject: ocfs2: Fix some casting errors related to file writes X-Git-Tag: v2.6.23-rc3~11^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c08d70c69150148c14f02633855f1591219c37c;p=pandora-kernel.git ocfs2: Fix some casting errors related to file writes ocfs2_align_clusters_to_page_index() needs to cast the clusters shift to pgoff_t and ocfs2_file_buffered_write() needs loff_t when calculating destination start for memcpy. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed