diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2011-03-22 19:33:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 20:44:05 -0400 |
commit | 80b0df12b808bf8e8391afae1b43f5e529f76d89 (patch) | |
tree | 1d71923d9e693f3dfb9dbc28b3ddcec80e6b2eff /mm/swapfile.c | |
parent | 803d0c8351b47b72b8b018457a33b342557b90a2 (diff) |
sys_swapon: remove changelog from function comment
Changelogs belong in the git history instead of in the source code.
Also, "The swapon system call" is redundant with
"SYSCALL_DEFINE2(swapon, ...)".
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Tested-by: Eric B Munson <emunson@mgebm.net>
Acked-by: Eric B Munson <emunson@mgebm.net>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
[ Gaah. That's a _historical_ comment. But the patch-series depends on removal ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 99eb5048b7a8..971464470938 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
@@ -1844,11 +1844,6 @@ static int __init max_swapfiles_check(void) | |||
1844 | late_initcall(max_swapfiles_check); | 1844 | late_initcall(max_swapfiles_check); |
1845 | #endif | 1845 | #endif |
1846 | 1846 | ||
1847 | /* | ||
1848 | * Written 01/25/92 by Simmule Turner, heavily changed by Linus. | ||
1849 | * | ||
1850 | * The swapon system call | ||
1851 | */ | ||
1852 | SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) | 1847 | SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags) |
1853 | { | 1848 | { |
1854 | struct swap_info_struct *p; | 1849 | struct swap_info_struct *p; |