Messages in this thread |  | | | Subject | Re: The reason to call it 3.0 is the desktop (was Re: [OT] 2.6 not 3.0 - (NUMA)) | | From | Alan Cox <> | | Date | 07 Oct 2002 21:14:29 +0100 |
| |
On Mon, 2002-10-07 at 19:51, Linus Torvalds wrote: > In the meantime, it might just be possible to take a look at the uid, and > if the uid matches use find_group_other, but for non-matching uids use > find_group_dir. That gives a "compact for same users, distribute for > different users" heuristic, which might be acceptable for normal use (and > the theoretical cleanup tool could fix it up).
Factoring the uid/gid/pid in actually may help in other ways. If we are doing it by pid or by uid we will reduce the interleave of multiple files thing you sometimes get
- 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/
|  |