NFS: 'flags' field should be unsigned in struct nfs_server
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 12 Feb 2021 21:49:47 +0000 (16:49 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 16 Feb 2021 21:11:14 +0000 (16:11 -0500)
commit75cfb200cd081d23eb7eaa68deba9e0ab9320070
treebce54d5cea5c76de2be060e9aed5036e3d4f6a5a
parent848fdd62399c638e65a1512616acaa5de7d5c5e8
NFS: 'flags' field should be unsigned in struct nfs_server

The mount flags are all unsigned integers, so we should not be storing
them in a signed field.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/nfs_fs_sb.h