]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix unused variable warning when CIFS POSIX disabled
authorSteve French <smfrench@gmail.com>
Mon, 14 Oct 2013 03:32:30 +0000 (22:32 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 16 Oct 2013 05:09:50 +0000 (00:09 -0500)
commit231919d5bfffcc9cc2cb1c9a00b35f15e0c83243
tree7c3189e39c63ca11b522cccbb7f4b83bfc2a00a5
parentec03969d8eb21047a825b183bba2535c74df1c3e
Fix unused variable warning when CIFS POSIX disabled

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>
fs/cifs/ioctl.c