nfs: do not initialise statics to 0
authorWei Tang <tangwei@cmss.chinamobile.com>
Fri, 4 Dec 2015 08:06:57 +0000 (16:06 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 14:57:15 +0000 (09:57 -0500)
commited476752493bc997f1690516fdc0609ddcbaca82
treef4bebc36619cc25354916b4ccb1b0305b2255880
parentf4848303ce125999886535323a64db26dba68293
nfs: do not initialise statics to 0

This patch fixes the checkpatch.pl error to nfs4sysctl.c:

ERROR: do not initialise statics to 0

Signed-off-by: Wei Tang <tangwei@cmss.chinamobile.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4sysctl.c