ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode.
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 11:45:49 +0000 (03:45 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:08:12 +0000 (16:08 -0700)
commita1cf076ba93f9fdf3eb4195f9f43d1e7cb7550f2
tree27fbf5b5b5b87e3d427d9deee06ec882370d1d1a
parentf3868d0fa2e20d923087a8296fda47b0afe7f9ba
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>
fs/ocfs2/alloc.c