]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix nfsstat breakage due to LOOKUPP
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 6 Jan 2018 14:53:49 +0000 (09:53 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 15 Jan 2018 04:06:29 +0000 (23:06 -0500)
commit974fc5b093ae3f58236e156b1252acba46bb214b
treefc32845b930273396c5bde142b4f2077c6bf1664
parent8d2b82c4b549e535de421d442ca1a4f56c63975e
NFS: Fix nfsstat breakage due to LOOKUPP

The LOOKUPP operation was inserted into the nfs4_procedures array
rather than being appended, which put /proc/net/rpc/nfs out of
whack, and broke the nfsstat utility.
Fix by moving the LOOKUPP operation to the end of the array, and
by ensuring that it keeps the same length whether or not NFSV4.1
and NFSv4.2 are compiled in.

Fixes: 967ad9f20fa4b ("nfs4: add NFSv4 LOOKUPP handlers")
Cc: stable@vger.kernel.org # v4.13+
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4xdr.c
include/linux/nfs4.h