Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81774
b: refs/heads/master
c: 2dfe485
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and Matthew Wilcox committed Dec 6, 2007
1 parent 63da85a commit 9b36fd8
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: 150030b78a454ba50d5e267b0dcf01b162809192
refs/heads/master: 2dfe485a2c8afa54cb069fcf48476f6c90ea3fdf
2 changes: 1 addition & 1 deletion trunk/fs/smbfs/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct smb_request *smb_alloc_request(struct smb_sb_info *server, int bufsize)
if (nfs_try_to_free_pages(server))
continue;

if (signalled() && (server->flags & NFS_MOUNT_INTR))
if (fatal_signal_pending(current))
return ERR_PTR(-ERESTARTSYS);
current->policy = SCHED_YIELD;
schedule();
Expand Down

0 comments on commit 9b36fd8

Please sign in to comment.