add missing iput() at end of _namei()

This commit is contained in:
rtm 2007-08-24 14:56:17 +00:00
parent b55513796f
commit 2036534834
7 changed files with 110 additions and 17 deletions

View file

@ -12,7 +12,7 @@
// BOOT UP STEPS
// * when the CPU boots it loads the BIOS into memory and executes it
//
// * the BIOS intializes devices, sets of the interrupt routines, and
// * the BIOS intializes devices, sets up the interrupt routines, and
// reads the first sector of the boot device(e.g., hard-drive)
// into memory and jumps to it.
//