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:
c7f508a
)
Fix unused variable warning when CIFS POSIX disabled
author
Steve French
<smfrench@gmail.com>
Mon, 14 Oct 2013 03:32:30 +0000
(22:32 -0500)
committer
Steve French
<smfrench@gmail.com>
Sat, 2 Nov 2013 17:52:48 +0000
(12:52 -0500)
Fix unused variable warning when CONFIG_CIFS_POSIX disabled.
fs/cifs/ioctl.c: In function 'cifs_ioctl':
>> fs/cifs/ioctl.c:40:8: warning: unused variable 'ExtAttrMask' [-Wunused-variable]
__u64 ExtAttrMask = 0;
^
Pointed out by 0-DAY kernel build testing backend
Signed-off-by: Steve French <smfrench@gmail.com>
No differences found