NFS: "const static" vs "static const" in nfs4
authorJesper Juhl <jesper.juhl@gmail.com>
Mon, 20 Mar 2006 18:44:07 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:07 +0000 (13:44 -0500)
commitc8d149f3dbd582a101aa7da7bdd6c3316efd11b4
tree51f1d97f02ffb7e02d6f7534ab9c9fce5fa6dc20
parentca62b9c3f7b8679ada4de94d2ab7098c6860c3d7
NFS: "const static" vs "static const" in nfs4

My previous "const static" vs "static const" cleanup missed a single case,
patch below takes care of it.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c