Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9255
b: refs/heads/master
c: f7b3a43
h: refs/heads/master
i:
  9253: fbdc545
  9251: 8eafb29
  9247: c512290
v: v3
  • Loading branch information
Rob Landley authored and Linus Torvalds committed Sep 23, 2005
1 parent 6db7bb7 commit cceb77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bdac5d1ed892da54b6b2069e50a47b3aa39460f
refs/heads/master: f7b3a4359b25311fb5894c8809478a2df6bed480
1 change: 1 addition & 0 deletions trunk/mm/swapfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ asmlinkage long sys_swapon(const char __user * specialfile, int swap_flags)
error = bd_claim(bdev, sys_swapon);
if (error < 0) {
bdev = NULL;
error = -EINVAL;
goto bad_swap;
}
p->old_block_size = block_size(bdev);
Expand Down

0 comments on commit cceb77b

Please sign in to comment.