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

Subversion リポジトリの参照

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

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

revision 924 by kumaneko, Thu Jan 24 03:18:27 2008 UTC revision 964 by kumaneko, Tue Feb 5 04:56:40 2008 UTC
# Line 1156  Fix 2008/01/24 Line 1156  Fix 2008/01/24
1156             (current->gid != 0 && current->gid == inode->i_gid)             (current->gid != 0 && current->gid == inode->i_gid)
1157    
1158        The inode's uid and gid are set using chown/chgrp commands.        The inode's uid and gid are set using chown/chgrp commands.
1159    
1160    Fix 2008/02/05
1161    
1162        @ Use find_task_by_vpid() instead of find_task_pid().
1163    
1164          Kernel 2.6.24 introduced PID namespace.
1165          To search PID given from userland, the kernel needs to use
1166          find_task_by_vpid() instead of find_task_pid().

Legend:
Removed from v.924  
changed lines
  Added in v.964

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