• Chuck Lever's avatar
    NFSD: Correct type annotations in user xattr helpers · 8237284a
    Chuck Lever authored
    Squelch some sparse warnings:
    
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2264:13: warning: incorrect type in assignment (different base types)
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2264:13:    expected int err
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2264:13:    got restricted __be32
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2266:24: warning: incorrect type in return expression (different base types)
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2266:24:    expected restricted __be32
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2266:24:    got int err
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2288:13: warning: incorrect type in assignment (different base types)
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2288:13:    expected int err
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2288:13:    got restricted __be32
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2290:24: warning: incorrect type in return expression (different base types)
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2290:24:    expected restricted __be32
    /home/cel/src/linux/linux/fs/nfsd/vfs.c:2290:24:    got int err
    Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
    Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
    8237284a
vfs.c 57.2 KB