commit | 7549ae3e81cc45908cbeee54a52b24f247fb0a2d | [log] [tgz] |
---|---|---|
author | Abhishek Kulkarni <adkulkar@umail.iu.edu> | Tue Sep 22 11:34:05 2009 -0500 |
committer | Eric Van Hensbergen <ericvh@strongmad.austin.ibm.com> | Wed Sep 23 13:03:46 2009 -0500 |
tree | cda0ffbb0f5025375ecd48e828d757283e075da8 | |
parent | 7043078630bbc9eb908a56e08077c5abe7f2d311 [diff] |
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 <adkulkar@umail.iu.edu> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>