lkml.org 
[lkml]   [2017]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 12/18] CIFS: remove endian related sparse warning
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Steve French <smfrench@gmail.com>

    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 | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/fs/cifs/dir.c
    +++ b/fs/cifs/dir.c
    @@ -194,7 +194,7 @@ check_name(struct dentry *direntry, stru
    int i;

    if (unlikely(direntry->d_name.len >
    - tcon->fsAttrInfo.MaxPathNameComponentLength))
    + le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength)))
    return -ENAMETOOLONG;

    if (!(cifs_sb->mnt_cifs_flags & CIFS_MOUNT_POSIX_PATHS)) {

    \
     
     \ /
      Last update: 2017-09-05 09:23    [W:2.865 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site