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:
b047a8d
)
staging:lustre: Fix variable type declaration
author
Dulshani Gunawardhana
<dulshani.gunawardhana89@gmail.com>
Mon, 11 Nov 2013 10:00:44 +0000
(15:30 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 11 Nov 2013 23:55:16 +0000
(15:55 -0800)
Fix the following sparse warnings generated by AND-ing FMODE_* constant
with a normal integer.
drivers/staging/lustre/lustre/llite/file.c:102:32: warning: restricted
fmode_t degrades to integer
Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found