From: Junxiao Bi Date: Wed, 11 Sep 2013 21:19:45 +0000 (-0700) Subject: ocfs2: use i_size_read() to access i_size X-Git-Tag: v3.12-rc1~52^2~295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17c20dd2ec81e8ff328b81bc847da9429d0975b;p=pandora-kernel.git ocfs2: use i_size_read() to access i_size Though ocfs2 uses inode->i_mutex to protect i_size, there are both i_size_read/write() and direct accesses. Clean up all direct access to eliminate confusion. Signed-off-by: Junxiao Bi Cc: Jie Liu Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed