2013-03-25 13:20:31

by J. Bruce Fields

[permalink] [raw]
Subject: nfsd bugfixes for 3.9

Please pull bugfixes for 3.9 from the for-3.9 branch at:

git://linux-nfs.org/~bfields/linux.git for-3.9

Fixes for a couple mistakes in the new DRC code. And thanks to Kent
Overstreet for noticing we've been sync'ing the wrong range on stable
writes since 3.8.

--b.

----------------------------------------------------------------
Jeff Layton (2):
nfsd: only unhash DRC entries that are in the hashtable
nfsd: fix startup order in nfsd_reply_cache_init

Kent Overstreet (1):
nfsd: fix bad offset use

fs/nfsd/nfscache.c | 11 ++++++-----
fs/nfsd/vfs.c | 3 ++-
2 files changed, 8 insertions(+), 6 deletions(-)