nfs: Fix fscache stat printing in nfs_show_stats()
Tuo Chen Peng authored

nfs_show_stats() was incorrectly reading statistics for bytes when printing that
for fsc. It caused files like /proc/self/mountstats to report incorrect fsc
statistics for NFS mounts.
Signed-off-by: default avatarTuo Chen Peng <tpeng@nvidia.com>
Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
ce85bd29
Name Last commit Last update
Documentation Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
arch Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
block block, bfq: access and cache blkg data only when safe
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
crypto crypto : asymmetric_keys : verify_pefile:zero memory content before freeing
drivers Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
firmware firmware/Makefile: force recompilation if makefile changes
fs nfs: Fix fscache stat printing in nfs_show_stats()
include NFS: Ensure we commit after writeback is complete
init Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
ipc mm: introduce kv[mz]alloc helpers
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib test_bpf: Add a couple of tests for BPF_JSGE.
mm mm: consider memblock reservations for deferred memory initialization sizing
net SUNRPC: Make slot allocation more reliable
samples samples/bpf: run cleanup routines when receiving SIGTERM
scripts scripts/gdb: make lx-dmesg command work (reliably)
security KEYS: fix refcount_inc() on zero
sound ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
tools perf symbols: Kill dso__build_id_is_kmod()
usr initramfs: fix disabling of initramfs (and its compression)
virt KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.