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

Subversion リポジトリの参照

Diff of /branches/ccs-patch/security/ccsecurity/policy_io.c

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

revision 3528 by kumaneko, Wed Mar 24 02:13:40 2010 UTC revision 3531 by kumaneko, Thu Mar 25 05:14:06 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;                  ccs_run_gc();
                 wake_up(&ccs_gc_queue);  
         }  
2752          return 0;          return 0;
2753  }  }
2754    

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

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