Changeset f17667a in mainline for uspace/srv/vfs/vfs_file.c
- Timestamp:
- 2008-02-17T13:32:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2616965d
- Parents:
- b5553a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_file.c
rb5553a2 rf17667a 131 131 if (file->refcnt-- == 1) { 132 132 /* 133 * Lost last reference to a file, need to drop our reference133 * Lost the last reference to a file, need to drop our reference 134 134 * to the underlying VFS node. 135 135 */
Note:
See TracChangeset
for help on using the changeset viewer.