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

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/fs/realpath.c

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

revision 1084 by kumaneko, Thu Apr 3 09:54:46 2008 UTC revision 1093 by kumaneko, Tue Apr 8 05:48:22 2008 UTC
# Line 513  static int __init ccs_realpath_init(void Line 513  static int __init ccs_realpath_init(void
513  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
514  __initcall(ccs_realpath_init);  __initcall(ccs_realpath_init);
515  #else  #else
516  security_initcall(ccs_realpath_init);  fs_initcall(ccs_realpath_init);
517  #endif  #endif
518    
519  /* The list for "struct cache_entry". */  /* The list for "struct cache_entry". */

Legend:
Removed from v.1084  
changed lines
  Added in v.1093

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