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:
523f431
)
ext4: allow a NULL argument to ext4_ext_drop_refs()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Sep 2014 18:39:09 +0000
(14:39 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Sep 2014 18:39:09 +0000
(14:39 -0400)
Teach ext4_ext_drop_refs() to accept a NULL argument, much like
kfree(). This allows us to drop a lot of checks to make sure path is
non-NULL before calling ext4_ext_drop_refs().
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
No differences found