diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-12-04 20:19:45 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-06 17:53:48 +0100 |
commit | 7538ce1eb656a1477bedd5b1c202226e7abf5e7b (patch) | |
tree | 4da1c55aebda14ae24736d3d69444d099e6822b3 /fs/lockd/host.c | |
parent | lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3) (diff) | |
download | linux-7538ce1eb656a1477bedd5b1c202226e7abf5e7b.tar.xz linux-7538ce1eb656a1477bedd5b1c202226e7abf5e7b.zip |
NLM: Use modern style for pointer fields in nlm_host
Clean up: I'm about to add another "char *" field to the nlm_host
structure. The h_name field, for example, uses an older style of
declaring a "char *" field. If I match that style for the new field,
checkpatch.pl will complain.
So, fix pointer fields to use the new style.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/lockd/host.c')
0 files changed, 0 insertions, 0 deletions