Messages in this thread |  | | Date | Tue, 9 Oct 2001 03:03:49 -0400 (EDT) | From | Alexander Viro <> | Subject | Re: Quotactl change |
| |
On Mon, 8 Oct 2001, Nathan Scott wrote:
> hi all, > > Al - is the attached patch more along the lines of what you > were after?
Quota side looks sane. fs/super.c one is an overkill - just set default in alloc_super(). There is no need to bother with resetting it - in the places where you do it superblock is already deactivated, so get_super() in quotactl will not return it and at that point there should be no inodes left from that filesystem.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |