commit | a1cf076ba93f9fdf3eb4195f9f43d1e7cb7550f2 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Fri Feb 13 03:45:49 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:08:12 2009 -0700 |
tree | 27fbf5b5b5b87e3d427d9deee06ec882370d1d1a | |
parent | f3868d0fa2e20d923087a8296fda47b0afe7f9ba [diff] |
ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. We only allow unwritten extents on data, so the toplevel ocfs2_mark_extent_written() can use an inode all it wants. But the subfunction isn't even using the inode argument. Signed-off-by: Joel Becker <joel.becker@oracle.com>