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:
e6705f7
)
ext4: quiet sparse noise about plain integer as NULL pointer
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Tue, 18 Oct 2011 15:01:51 +0000
(11:01 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 18 Oct 2011 15:01:51 +0000
(11:01 -0400)
The third parameter to ext4_free_blocks is a struct buffer_head *. This
parameter should be NULL not 0.
This quiets the sparse noise:
warning: Using plain integer as NULL pointer
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found