module_param: make bool parameters really bool (drivers & misc)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / lockd / mon.c
index 23d7451..65ba36b 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)
 {