diff options
| author | rtm | 2006-07-29 09:35:02 +0000 |
|---|---|---|
| committer | rtm | 2006-07-29 09:35:02 +0000 |
| commit | 32630628a996e29018641af262272339ed6fef88 (patch) | |
| tree | 73c9a7dee75f96c0ce0e9c804d379dd60bf254b4 /defs.h | |
| parent | e46fb46fcf4302bf5ed913101c5c7b510fe03ad4 (diff) | |
open()
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ void brelse(struct buf *); struct inode * iget(uint dev, uint inum); void ilock(struct inode *ip); void iunlock(struct inode *ip); -void iincref(struct inode *ip); +void idecref(struct inode *ip); void iput(struct inode *ip); struct inode * namei(char *path); int readi(struct inode *ip, void *xdst, uint off, uint n); |
