diff options
author | rsc <rsc> | 2007-08-08 09:30:42 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-08 09:30:42 +0000 |
commit | d80b06a1e0232f4c5e9b9c8ff635e4022e13667c (patch) | |
tree | a8967e433841b6987fbc1025564d339590c9fe67 /defs.h | |
parent | 35a24c8318dd784b62c57b1933ded6e880faaa55 (diff) | |
download | xv6-labs-d80b06a1e0232f4c5e9b9c8ff635e4022e13667c.tar.gz xv6-labs-d80b06a1e0232f4c5e9b9c8ff635e4022e13667c.tar.bz2 xv6-labs-d80b06a1e0232f4c5e9b9c8ff635e4022e13667c.zip |
iincref returns new ref
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ void ilock(struct inode*); void iunlock(struct inode*); void itrunc(struct inode*); void idecref(struct inode*); -void iincref(struct inode*); +struct inode* iincref(struct inode*); void iput(struct inode*); struct inode* namei(char*, int, uint*, char**, struct inode**); void stati(struct inode*, struct stat*); |