patch-2.4.8 linux/fs/dquot.c
Next file: linux/fs/fat/buffer.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Aug 9 16:41:36 2001
- Orig file:
v2.4.7/linux/fs/dquot.c
- Orig date:
Wed Jul 25 17:10:24 2001
diff -u --recursive --new-file v2.4.7/linux/fs/dquot.c linux/fs/dquot.c
@@ -1597,6 +1597,8 @@
if (sb && sb_has_quota_enabled(sb, type))
ret = set_dqblk(sb, id, type, flags, (struct dqblk *) addr);
out:
+ if (sb)
+ drop_super(sb);
unlock_kernel();
return ret;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)