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

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/patches/ccs-patch-2.6.16-vine-linux-4.2.diff

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

revision 2950 by kumaneko, Tue Aug 25 04:17:06 2009 UTC revision 3009 by kumaneko, Thu Sep 10 05:40:52 2009 UTC
# Line 553  Source code for this patch is http://upd Line 553  Source code for this patch is http://upd
553                  goto out;                  goto out;
554  -  -
555  +       err = -EPERM;  +       err = -EPERM;
556  +       if (ccs_may_umount(old_nd.mnt) || ccs_may_mount(nd))  +       if (ccs_may_mount(nd))
557  +               goto out;  +               goto out;
558          err = -ENOENT;          err = -ENOENT;
559          mutex_lock(&nd->dentry->d_inode->i_mutex);          mutex_lock(&nd->dentry->d_inode->i_mutex);
# Line 721  Source code for this patch is http://upd Line 721  Source code for this patch is http://upd
721          if (entry)          if (entry)
722                  entry->proc_fops = &proc_sysrq_trigger_operations;                  entry->proc_fops = &proc_sysrq_trigger_operations;
723   #endif   #endif
724  +       printk(KERN_INFO "Hook version: 2.6.16-76.51vl4 2009/08/20\n");  +       printk(KERN_INFO "Hook version: 2.6.16-76.51vl4 2009/09/10\n");
725   }   }
726  --- linux-2.6.16-76.51vl4.orig/include/linux/init_task.h  --- linux-2.6.16-76.51vl4.orig/include/linux/init_task.h
727  +++ linux-2.6.16-76.51vl4/include/linux/init_task.h  +++ linux-2.6.16-76.51vl4/include/linux/init_task.h

Legend:
Removed from v.2950  
changed lines
  Added in v.3009

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