NSM: Use modern style for sm_name field in nsm_handle
[safe/jmp/linux-2.6] / include / linux / lockd / lockd.h
index 80a0a2c..54dbb45 100644 (file)
@@ -79,7 +79,7 @@ struct nlm_host {
 struct nsm_handle {
        struct list_head        sm_link;
        atomic_t                sm_count;
-       char *                  sm_name;
+       char                    *sm_name;
        struct sockaddr_storage sm_addr;
        size_t                  sm_addrlen;
        unsigned int            sm_monitored : 1,