Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWX-21175: handle kernel crash in fastpath #229

Merged
merged 10 commits into from
Sep 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into ln/PWX-21175
Signed-off-by: Lakshmi Narasimhan Sundararajan <lns@portworx.com>
  • Loading branch information
Lakshmi Narasimhan Sundararajan committed Sep 14, 2021
commit a5940acb3e0658ef256a4d0b65ee387baf78a3e5
4 changes: 0 additions & 4 deletions pxd_bio_makereq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// registered through make_request() fn.
#if defined __PXD_BIO_MAKEREQ__ && defined __PX_FASTPATH__

#ifndef _PX_FASTPATH_
#error "invalid compile option"
#endif

#include <linux/delay.h>
#include <linux/genhd.h>
#include <linux/types.h>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.