commit | 9cc64ceaa8b8e8c874519caee79e18cb35d3ce3e | [log] [tgz] |
---|---|---|
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | Wed Feb 20 13:16:01 2013 +1100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 26 02:46:13 2013 -0500 |
tree | dcd8bfe08da03fa4d5620cd637989caa305c9d04 | |
parent | b24ae0b54be4e46bb88398f29c5f79c5dad2a602 [diff] |
fs/exec.c: make bprm_mm_init() static There is only one user of bprm_mm_init, and it's inside the same file. Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>