diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2010-12-14 09:57:42 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-12-16 12:37:24 -0500 |
commit | 7d93bd71cb3e2629cc88bc59f393bd4df4162b94 (patch) | |
tree | 0280f34e564ed29589026845fa2fba49eb7e9d17 /fs/nfs/nfs2xdr.c | |
parent | 85a56480191ca9f08fc775c129b9eb5c8c1f2c05 (diff) |
NFS: Repair whitespace damage in NFS PROC macro
Clean up.
When I was making other changes in this area, checkscript.pl
complained about the use of leading blanks in the PROC macros in the
xdr files.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Tested-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs2xdr.c')
-rw-r--r-- | fs/nfs/nfs2xdr.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/fs/nfs/nfs2xdr.c b/fs/nfs/nfs2xdr.c index 70df08a84ead..0343175fe6c0 100644 --- a/fs/nfs/nfs2xdr.c +++ b/fs/nfs/nfs2xdr.c | |||
@@ -1193,21 +1193,21 @@ int nfs_stat_to_errno(enum nfs_stat status) | |||
1193 | .p_name = #proc, \ | 1193 | .p_name = #proc, \ |
1194 | } | 1194 | } |
1195 | struct rpc_procinfo nfs_procedures[] = { | 1195 | struct rpc_procinfo nfs_procedures[] = { |
1196 | PROC(GETATTR, fhandle, attrstat, 1), | 1196 | PROC(GETATTR, fhandle, attrstat, 1), |
1197 | PROC(SETATTR, sattrargs, attrstat, 0), | 1197 | PROC(SETATTR, sattrargs, attrstat, 0), |
1198 | PROC(LOOKUP, diropargs, diropres, 2), | 1198 | PROC(LOOKUP, diropargs, diropres, 2), |
1199 | PROC(READLINK, readlinkargs, readlinkres, 3), | 1199 | PROC(READLINK, readlinkargs, readlinkres, 3), |
1200 | PROC(READ, readargs, readres, 3), | 1200 | PROC(READ, readargs, readres, 3), |
1201 | PROC(WRITE, writeargs, writeres, 4), | 1201 | PROC(WRITE, writeargs, writeres, 4), |
1202 | PROC(CREATE, createargs, diropres, 0), | 1202 | PROC(CREATE, createargs, diropres, 0), |
1203 | PROC(REMOVE, removeargs, stat, 0), | 1203 | PROC(REMOVE, removeargs, stat, 0), |
1204 | PROC(RENAME, renameargs, stat, 0), | 1204 | PROC(RENAME, renameargs, stat, 0), |
1205 | PROC(LINK, linkargs, stat, 0), | 1205 | PROC(LINK, linkargs, stat, 0), |
1206 | PROC(SYMLINK, symlinkargs, stat, 0), | 1206 | PROC(SYMLINK, symlinkargs, stat, 0), |
1207 | PROC(MKDIR, createargs, diropres, 0), | 1207 | PROC(MKDIR, createargs, diropres, 0), |
1208 | PROC(RMDIR, diropargs, stat, 0), | 1208 | PROC(RMDIR, diropargs, stat, 0), |
1209 | PROC(READDIR, readdirargs, readdirres, 3), | 1209 | PROC(READDIR, readdirargs, readdirres, 3), |
1210 | PROC(STATFS, fhandle, statfsres, 0), | 1210 | PROC(STATFS, fhandle, statfsres, 0), |
1211 | }; | 1211 | }; |
1212 | 1212 | ||
1213 | struct rpc_version nfs_version2 = { | 1213 | struct rpc_version nfs_version2 = { |