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

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/security/ccsecurity/policy_io.c

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

revision 3519 by kumaneko, Sun Mar 21 08:31:39 2010 UTC revision 3528 by kumaneko, Wed Mar 24 02:13:40 2010 UTC
# Line 2747  int ccs_close_control(struct file *file) Line 2747  int ccs_close_control(struct file *file)
2747          kfree(head);          kfree(head);
2748          head = NULL;          head = NULL;
2749          file->private_data = NULL;          file->private_data = NULL;
2750          if (is_write)          if (is_write) {
2751                    ccs_need_gc = 1;
2752                  wake_up(&ccs_gc_queue);                  wake_up(&ccs_gc_queue);
2753            }
2754          return 0;          return 0;
2755  }  }
2756    

Legend:
Removed from v.3519  
changed lines
  Added in v.3528

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