On Fri, 2006-08-04 at 13:11 -0700, Chandra Seetharaman wrote:
> I think it was Joel. His point was that files in configfs was intended
> to be used as attr=value type of usage, and data worth of PAGE_SIZE is
> good enough for that kind of usage.

Is there a real reason that we can't do this at the directory level?

Instead of:

        $ cat /configfs/rg0/tasks
        1 2 3 4

This:

        $ ls /configfs/rg0/tasks/
        1 2 3 4

It might even make some semantic sense for moving tasks between resource
groups to use sys_rename().

-- Dave


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to