From: Tao Ma Date: Thu, 12 Aug 2010 02:27:14 +0000 (+0800) Subject: ocfs2: pass struct file* to ocfs2_prepare_inode_for_write. X-Git-Tag: v2.6.37-rc1~182^2~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b890823635e022467b924e3d9da8c5166a4e349c;p=pandora-kernel.git ocfs2: pass struct file* to ocfs2_prepare_inode_for_write. struct file * has file_ra_state to store the readahead state and data. So pass this to ocfs2_prepare_inode_for_write. so that it can be used in ocfs2_refcount_cow. Signed-off-by: Tao Ma --- Reading git-diff-tree failed