git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3868d0
)
ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode.
author
Joel Becker
<joel.becker@oracle.com>
Fri, 13 Feb 2009 11:45:49 +0000
(
03:45
-0800)
committer
Joel Becker
<joel.becker@oracle.com>
Fri, 4 Sep 2009 23:08:12 +0000
(16:08 -0700)
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>
No differences found