diff options
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 0fbb45283c66..bb6f6a04e92d 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
@@ -1498,7 +1498,7 @@ SYSCALL_DEFINE1(swapoff, const char __user *, specialfile) | |||
1498 | struct address_space *mapping; | 1498 | struct address_space *mapping; |
1499 | struct inode *inode; | 1499 | struct inode *inode; |
1500 | struct filename *pathname; | 1500 | struct filename *pathname; |
1501 | int oom_score_adj; | 1501 | short oom_score_adj; |
1502 | int i, type, prev; | 1502 | int i, type, prev; |
1503 | int err; | 1503 | int err; |
1504 | 1504 | ||