diff options
Diffstat (limited to 'fs/coda/dir.c')
| -rw-r--r-- | fs/coda/dir.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/dir.c b/fs/coda/dir.c index 0239433f50c..28e7e135cfa 100644 --- a/fs/coda/dir.c +++ b/fs/coda/dir.c @@ -340,7 +340,7 @@ static int coda_rmdir(struct inode *dir, struct dentry *de)  	if (!error) {  		/* VFS may delete the child */  		if (de->d_inode) -		    de->d_inode->i_nlink = 0; +			clear_nlink(de->d_inode);  		/* fix the link count of the parent */  		coda_dir_drop_nlink(dir);  |