Rename tell_fs to tell_vfs

This commit is contained in:
Arun Thomas
2010-06-09 14:31:30 +00:00
parent 4fe558f44f
commit eec65ac664
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -393,10 +393,10 @@ PUBLIC int do_reboot()
check_sig(-1, SIGKILL, FALSE /* ksig*/); /* kill all users except init */
sys_stop(INIT_PROC_NR); /* stop init, but keep it around */
/* Tell FS to reboot */
/* Tell VFS to reboot */
m.m_type = PM_REBOOT;
tell_fs(&mproc[VFS_PROC_NR], &m);
tell_vfs(&mproc[VFS_PROC_NR], &m);
return(SUSPEND); /* don't reply to caller */
}