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

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/patches/ccs-patch-2.6.18-debian-etch.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 551  Source code for this patch is "apt-get i Line 551  Source code for this patch is "apt-get i
551                  goto out;                  goto out;
552  -  -
553  +       err = -EPERM;  +       err = -EPERM;
554  +       if (ccs_may_umount(old_nd.mnt) || ccs_may_mount(nd))  +       if (ccs_may_mount(nd))
555  +               goto out;  +               goto out;
556          err = -ENOENT;          err = -ENOENT;
557          mutex_lock(&nd->dentry->d_inode->i_mutex);          mutex_lock(&nd->dentry->d_inode->i_mutex);
# Line 717  Source code for this patch is "apt-get i Line 717  Source code for this patch is "apt-get i
717          if (entry)          if (entry)
718                  entry->proc_fops = &proc_sysrq_trigger_operations;                  entry->proc_fops = &proc_sysrq_trigger_operations;
719   #endif   #endif
720  +       printk(KERN_INFO "Hook version: 2.6.18-24etch4 2009/08/25\n");  +       printk(KERN_INFO "Hook version: 2.6.18-24etch4 2009/09/10\n");
721   }   }
722  --- linux-2.6.18-24etch4.orig/include/linux/init_task.h  --- linux-2.6.18-24etch4.orig/include/linux/init_task.h
723  +++ linux-2.6.18-24etch4/include/linux/init_task.h  +++ linux-2.6.18-24etch4/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