]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 28 May 2014 18:53:18 +0000 (14:53 -0400)
commit41b17f7e7cc9a20ae3ec8788af2c994d7083e146
treeb7a12e3758eacdd2e4f2444796cbf8f798806806
parent776e003191ee4a57a8ebcedce02803b807d71b3d
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