projects
/
~shefty
/
rdma-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'akpm' (Andrew's patch-bomb)
[~shefty/rdma-dev.git]
/
fs
/
exec.c
diff --git
a/fs/exec.c
b/fs/exec.c
index 0b931471d4f439d444987cb2ef81c203c8ff4f8f..23559c227d9cb4f9480855590df611999e852dd4 100644
(file)
--- a/
fs/exec.c
+++ b/
fs/exec.c
@@
-822,7
+822,7
@@
static int exec_mmap(struct mm_struct *mm)
/* Notify parent that we're no longer interested in the old VM */
tsk = current;
old_mm = current->mm;
- sync_mm_rss(
tsk,
old_mm);
+ sync_mm_rss(old_mm);
mm_release(tsk, old_mm);
if (old_mm) {