1. 09 2月, 2008 1 次提交
    • M
      udf: remove some ugly macros · 6c79e987
      Marcin Slusarz 提交于
      remove macros:
      - UDF_SB_PARTMAPS
      - UDF_SB_PARTTYPE
      - UDF_SB_PARTROOT
      - UDF_SB_PARTLEN
      - UDF_SB_PARTVSN
      - UDF_SB_PARTNUM
      - UDF_SB_TYPESPAR
      - UDF_SB_TYPEVIRT
      - UDF_SB_PARTFUNC
      - UDF_SB_PARTFLAGS
      - UDF_SB_VOLIDENT
      - UDF_SB_NUMPARTS
      - UDF_SB_PARTITION
      - UDF_SB_SESSION
      - UDF_SB_ANCHOR
      - UDF_SB_LASTBLOCK
      - UDF_SB_LVIDBH
      - UDF_SB_LVID
      - UDF_SB_UMASK
      - UDF_SB_GID
      - UDF_SB_UID
      - UDF_SB_RECORDTIME
      - UDF_SB_SERIALNUM
      - UDF_SB_UDFREV
      - UDF_SB_FLAGS
      - UDF_SB_VAT
      - UDF_UPDATE_UDFREV
      - UDF_SB_FREE
      and open code them
      
      convert UDF_SB_LVIDIU macro to udf_sb_lvidiu function
      
      rename some struct udf_sb_info fields:
      - s_volident to s_volume_ident
      - s_lastblock to s_last_block
      - s_lvidbh to s_lvid_bh
      - s_recordtime to s_record_time
      - s_serialnum to s_serial_number;
      - s_vat to s_vat_inode;
      Signed-off-by: NMarcin Slusarz <marcin.slusarz@gmail.com>
      Cc: Ben Fennema <bfennema@falcon.csc.calpoly.edu>
      Cc: Jan Kara <jack@suse.cz>
      Acked-by: NChristoph Hellwig <hch@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6c79e987
  2. 22 7月, 2007 1 次提交
  3. 20 7月, 2007 1 次提交
  4. 09 5月, 2007 1 次提交
  5. 03 1月, 2006 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4