From e958c538fa1e711479f09cab807a6a7cde5d8aeb Mon Sep 17 00:00:00 2001 From: kaashoek Date: Tue, 15 Aug 2006 15:53:46 +0000 Subject: commented out code for cwd --- fs.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'fs.c') diff --git a/fs.c b/fs.c index 2370e0e..530ef03 100644 --- a/fs.c +++ b/fs.c @@ -286,6 +286,14 @@ idecref(struct inode *ip) iput(ip); } +void +iincref(struct inode *ip) +{ + ilock(ip); + ip->count++; + iunlock(ip); +} + void stati(struct inode *ip, struct stat *st) { -- cgit v1.2.3