lockd: trivial sparse endian annotations

fs/lockd/svcproc.c:115:11: warning: incorrect type in initializer (different base types)
fs/lockd/svcproc.c:115:11: expected int [signed] rc
fs/lockd/svcproc.c:115:11: got restricted __be32 [usertype] <noident>
... and so on...

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

authored by

Harvey Harrison and committed by
J. Bruce Fields
317602f3 c010b2f7

+4 -4
+2 -2
fs/lockd/svc4proc.c
··· 83 83 { 84 84 struct nlm_host *host; 85 85 struct nlm_file *file; 86 - int rc = rpc_success; 86 + __be32 rc = rpc_success; 87 87 88 88 dprintk("lockd: TEST4 called\n"); 89 89 resp->cookie = argp->cookie; ··· 116 116 { 117 117 struct nlm_host *host; 118 118 struct nlm_file *file; 119 - int rc = rpc_success; 119 + __be32 rc = rpc_success; 120 120 121 121 dprintk("lockd: LOCK called\n"); 122 122
+2 -2
fs/lockd/svcproc.c
··· 112 112 { 113 113 struct nlm_host *host; 114 114 struct nlm_file *file; 115 - int rc = rpc_success; 115 + __be32 rc = rpc_success; 116 116 117 117 dprintk("lockd: TEST called\n"); 118 118 resp->cookie = argp->cookie; ··· 146 146 { 147 147 struct nlm_host *host; 148 148 struct nlm_file *file; 149 - int rc = rpc_success; 149 + __be32 rc = rpc_success; 150 150 151 151 dprintk("lockd: LOCK called\n"); 152 152