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

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/memory.c

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

revision 3075 by kumaneko, Thu Oct 1 03:33:21 2009 UTC revision 3078 by kumaneko, Fri Oct 2 03:30:01 2009 UTC
# Line 282  void ccs_put_name(const struct ccs_path_ Line 282  void ccs_put_name(const struct ccs_path_
282  }  }
283    
284  /**  /**
285   * ccs_realpath_init - Initialize realpath related code.   * ccs_mm_init - Initialize mm related code.
286   *   *
287   * Returns 0.   * Returns 0.
288   */   */
289  static int __init ccs_realpath_init(void)  static int __init ccs_mm_init(void)
290  {  {
291          int i;          int i;
292          for (i = 0; i < CCS_MAX_HASH; i++)          for (i = 0; i < CCS_MAX_HASH; i++)
# Line 316  static int __init ccs_realpath_init(void Line 316  static int __init ccs_realpath_init(void
316  }  }
317    
318  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
319  __initcall(ccs_realpath_init);  __initcall(ccs_mm_init);
320  #else  #else
321  core_initcall(ccs_realpath_init);  core_initcall(ccs_mm_init);
322  #endif  #endif
323    
324  unsigned int ccs_audit_log_memory_size;  unsigned int ccs_audit_log_memory_size;

Legend:
Removed from v.3075  
changed lines
  Added in v.3078

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