Thanks to Bill Hawes for helping to find it out.
--- linux/fs/dquot.c Fri May 15 19:05:04 1998
+++ linux/fs/my_dquot.c Fri May 15 19:05:36 1998
@@ -1169,7 +1169,7 @@
}
if (inode->i_size == 0 || (inode->i_size % sizeof(struct dqblk)) != 0) {
- iput(inode);
+ dput(dentry);
return(-EINVAL);
}
---
Meelis Roos (mroos@tartu.cyber.ee)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu