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:
8a70ee3
)
udf: Fold udf_fill_inode() into __udf_read_inode()
author
Jan Kara
<jack@suse.cz>
Thu, 4 Sep 2014 11:32:50 +0000
(13:32 +0200)
committer
Jan Kara
<jack@suse.cz>
Thu, 4 Sep 2014 11:32:50 +0000
(13:32 +0200)
There's no good reason to separate these since udf_fill_inode() is
called only from __udf_read_inode() and both do part of the same thing.
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found