commit | d2849fb294d92d6eee0a811c688f1ecb39d26800 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Dec 19 15:24:09 2007 +0100 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jan 25 15:05:44 2008 -0800 |
tree | cdfab35099e97d64e47ebebd14067053ea08459e | |
parent | 5fa0613ea58a80f69852b242337121bd39dc798e [diff] |
ocfs2: Safer read_inline_data() In ocfs2_read_inline_data() we should store file size in loff_t. Although the file size should fit in 32 bits we cannot be sure in case filesystem is corrupted. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>