commit | 31d33073ca38603dea705dae45e094a64ca062d6 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Oct 09 17:20:30 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Tue Oct 14 11:43:29 2008 -0700 |
tree | cf02beb489456ebc9e07bace80e96ad1150f2cbf | |
parent | da1e90985a0e767e44397c9db0937e236033fa58 [diff] |
ocfs2: Require an inode for ocfs2_read_block(s)(). Now that synchronous readers are using ocfs2_read_blocks_sync(), all callers of ocfs2_read_blocks() are passing an inode. Use it unconditionally. Since it's there, we don't need to pass the ocfs2_super either. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>