From: Abhishek Kulkarni Date: Tue, 22 Sep 2009 16:34:05 +0000 (-0500) Subject: 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. X-Git-Tag: v2.6.32-rc1~150^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7549ae3e81cc45908cbeee54a52b24f247fb0a2d;p=pandora-kernel.git 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. Change all occurrence of inode->i_size with i_size_read() or i_size_write() as appropriate. Signed-off-by: Abhishek Kulkarni Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed