]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
CIFS: remove endian related sparse warning
authorSteve French <smfrench@gmail.com>
Sun, 27 Aug 2017 21:56:08 +0000 (16:56 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Sep 2017 06:32:20 +0000 (08:32 +0200)
commit447be1587b07cccdd4d9d95cea410f28ce859e57
treef493c4d9b166df3a6a293dd72b7c06bbcfdf79c2
parent79c22326c2c05462b932f4dd21b6ba9a2961b29f
CIFS: remove endian related sparse warning

commit 6e3c1529c39e92ed64ca41d53abadabbaa1d5393 upstream.

Recent patch had an endian warning ie
cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()

Signed-off-by: Steve French <smfrench@gmail.com>
CC: Ronnie Sahlberg <lsahlber@redhat.com>
Acked-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/dir.c