cvs commit: src/sys/compat/linux linux_stats.c

John Baldwin jhb at FreeBSD.org
Mon Feb 7 10:47:29 PST 2005


jhb         2005-02-07 18:47:28 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_stats.c 
  Log:
  - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather than
    duplicating the contents of the same functions inline.
  - Consolidate common code to convert a BSD statfs struct to a Linux struct
    into a static worker function.
  
  Revision  Changes    Path
  1.65      +39 -132   src/sys/compat/linux/linux_stats.c


More information about the cvs-all mailing list