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