[EMAIL PROTECTED] wrote: > 10/12 - ckrm_configfs_rcfs_shares > > Adds attr_store and attr_show support for shares file.
Signed-Off-By should be added to all RCFS related patches. > -- > fs/rcfs/rcfs.c | 136 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 136 insertions(+) > > Index: linux-2.6.16/fs/rcfs/rcfs.c > =================================================================== > --- linux-2.6.16.orig/fs/rcfs/rcfs.c > +++ linux-2.6.16/fs/rcfs/rcfs.c > @@ -23,6 +23,9 @@ > #define CKRM_NAME_LEN 20 > > #define RES_STRING "res" > +#define MIN_SHARES_STRING "max_shares" It must be "min_shares". > +#define MAX_SHARES_STRING "min_shares" Must be "max_shares". Thanks, MAEDA Naoaki ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
