From: Joel Becker Date: Fri, 13 Feb 2009 11:45:49 +0000 (-0800) Subject: ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. X-Git-Tag: v2.6.32-rc1~173^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cf076ba93f9fdf3eb4195f9f43d1e7cb7550f2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed