]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
NFSD: Using type of uint32_t for ex_nflavors instead of int
authorKinglong Mee <kinglongmee@gmail.com>
Sat, 24 May 2014 03:26:49 +0000 (11:26 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 30 May 2014 21:32:24 +0000 (17:32 -0400)
commit1f53146da9cb2c941a3928320a6824d3b035455f
tree46e7a0dc2767f4df6baf37867465e445f748f1dd
parentf0db79d54b6c9f612fb2ef4f71ca8340edaf89f1
NFSD: Using type of uint32_t for ex_nflavors instead of int

ex_nflavors can't be negative number, just defined by uint32_t.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/export.c
fs/nfsd/export.h