オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1254 by kumaneko, Fri May 9 03:14:27 2008 UTC revision 1255 by kumaneko, Wed Jun 4 03:11:54 2008 UTC
# Line 1428  Fix 2008/05/06 Line 1428  Fix 2008/05/06
1428          echo Private: 1048576 > /proc/ccs/meminfo          echo Private: 1048576 > /proc/ccs/meminfo
1429    
1430  Version 1.6.1 2008/05/10   Bug fix release.  Version 1.6.1 2008/05/10   Bug fix release.
1431    
1432    Fix 2008/06/04
1433    
1434        @ Check open mode of /proc/ccs/ interface.
1435    
1436          It turned out that I can avoid allocating memory for reading if
1437          FMODE_READ is not set and memory for writing if FMODE_WRITE is not set.
1438    
1439        @ Wait for completion of /sbin/ccs-init .
1440    
1441          Since 2.4 kernel's call_usermodehelper() can't wait for termination of
1442          the executed program, I was using the close() request of
1443          /proc/ccs/meminfo to indicate that loading policy has finished.
1444          But since /proc/ccs/meminfo could be accessed for setting memory quota
1445          by /etc/ccs/ccs-post-init , I stopped using the close() request.
1446          The policy loader no longer need to access /proc/ccs/meminfo to notify
1447          the kernel that loading policy has finished.

Legend:
Removed from v.1254  
changed lines
  Added in v.1255

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26