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

Subversion リポジトリの参照

Diff of /trunk/1.5.x/ccs-patch/patches/ccs-patch-2.6.25-rc2.diff

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

revision 992 by kumaneko, Sat Feb 16 07:51:34 2008 UTC revision 993 by kumaneko, Mon Feb 18 04:20:40 2008 UTC
# Line 433  Source code for this patch is http://www Line 433  Source code for this patch is http://www
433          if (new_dentry == trap)          if (new_dentry == trap)
434                  goto exit5;                  goto exit5;
435  +       /***** TOMOYO Linux start. *****/  +       /***** TOMOYO Linux start. *****/
436  +       if ((error = pre_vfs_rename(old_dir->d_inode, old_dentry, new_dir->d_inode, new_dentry)) < 0 ||  +       if ((error = pre_vfs_rename(old_dir->d_inode, old_dentry, new_dir->d_inode, new_dentry)) < 0 ||
437  +               (error = CheckDoubleWritePermission(TYPE_RENAME_ACL, old_dentry, oldnd.path.mnt, new_dentry, newnd.path.mnt)) < 0) {  +               (error = CheckDoubleWritePermission(TYPE_RENAME_ACL, old_dentry, oldnd.path.mnt, new_dentry, newnd.path.mnt)) < 0) {
438  +               goto exit5;  +               goto exit5;
439  +       }  +       }

Legend:
Removed from v.992  
changed lines
  Added in v.993

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