Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219850
b: refs/heads/master
c: 72bbd9b
h: refs/heads/master
v: v3
  • Loading branch information
David Cross authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 86b4077 commit 60dd386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ecea3c51b42419d6cd314b3d36c6ceaa9c204e9
refs/heads/master: 72bbd9bce41276d06b6b816df21aced71b1896eb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static int cyasblkdev_prep_request(
DBGPRN_FUNC_NAME;

/* we only like normal block requests.*/
if (!blk_fs_request(req)) {
if (req->cmd_type != REQ_TYPE_FS && !(req->cmd_flags & REQ_DISCARD)) {
#ifndef WESTBRIDGE_NDEBUG
cy_as_hal_print_message("%s:%x bad request received\n",
__func__, current->pid) ;
Expand Down

0 comments on commit 60dd386

Please sign in to comment.