summaryrefslogtreecommitdiff
path: root/dissector_fuzz.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+79
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
c3e83f3e14068dde5fb9c9d81807'>ae5a459d5f65c3e83f3e14068dde5fb9c9d81807 (patch) tree792fbea67b4d3b278587907fc0066fa165b03228 parent7b650994ab07434ae58a247dc9ac87d2488ca75c (diff)
pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
We must ensure that we don't schedule a layoutreturn if the layout stateid has been marked as invalid. Fixes: 2a59a0411671e ("pNFS: Fix pnfs_set_layout_stateid() to clear...") Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Cc: stable@vger.kernel.org # v4.8+
Diffstat
-rw-r--r--fs/nfs/pnfs.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c