]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/lockd/mon.c
module_param: make bool parameters really bool (drivers & misc)
[karo-tx-linux.git] / fs / lockd / mon.c
index 23d7451b2938226c879be67208d2431166ea3466..65ba36b80a9e1a482f838d0846a07d0ec800b015 100644 (file)
@@ -55,7 +55,7 @@ static                                DEFINE_SPINLOCK(nsm_lock);
  * Local NSM state
  */
 u32    __read_mostly           nsm_local_state;
-int    __read_mostly           nsm_use_hostnames;
+bool   __read_mostly           nsm_use_hostnames;
 
 static inline struct sockaddr *nsm_addr(const struct nsm_handle *nsm)
 {