patch-2.1.107 linux/kernel/kmod.c
Next file: linux/kernel/resource.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Jun 24 16:00:16 1998
- Orig file:
v2.1.106/linux/kernel/kmod.c
- Orig date:
Tue Jun 23 10:01:30 1998
diff -u --recursive --new-file v2.1.106/linux/kernel/kmod.c linux/kernel/kmod.c
@@ -33,7 +33,8 @@
#define task_init task[smp_num_cpus]
static inline void
-use_init_file_context(void) {
+use_init_file_context(void)
+{
lock_kernel();
/* don't use the user's root, use init's root instead */
@@ -63,7 +64,7 @@
spin_unlock_irq(¤t->sigmask_lock);
for (i = 0; i < current->files->max_fds; i++ ) {
- if (current->files->fd[i]) close(i);
+ if (current->files->fd[i]) close(i);
}
/* Give kmod all privileges.. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov