]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]
authorFabian Frederick <fabf@skynet.be>
Mon, 30 Jun 2014 17:49:39 +0000 (19:49 +0200)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 12 Jul 2014 22:43:58 +0000 (18:43 -0400)
commit002160269fcc73a01ca3889d3011afc9b63a53bd
tree380777bc8be7177a72ca69cb2018c3f6a301eea2
parent8ee2b78a444c6715e873486794b5c4af705cd975
NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]

Use macro definition

Cc: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/super.c