Commit a1cf076b authored by Joel Becker's avatar Joel Becker
Browse files

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: default avatarJoel Becker <joel.becker@oracle.com>
parent f3868d0f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment