Whamcloud - gitweb
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Jan 2001 16:17:12 +0000 (16:17 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Jan 2001 16:17:12 +0000 (16:17 +0000)
commite5b38a5fafe4807b54d90a2e70bddf4b41b1695b
treeac04ce6a1bf7463ee59e83c1829b052ce47ff20e
parent379955feee57506fc1f1824c5223399690ea0465
Many files:
  ext2fs.h: Remove definition of ext2fs_sb.  Note: this may break source
   (but not binary) compatibility of some users of the ext2 library.
   They should just simply do a global search and replace of struct
   ext2fs_sb with struct ext2_super_block, and use their own private copy
   of ext2_fs.h if they aren't already.
  closefs.c, initialize.c, link.c, newdir.c, openfs.c, swapfs.c: Replace
   use of ext2fs_sb with ext2_super_block.
ChangeLog, main.c:
  main.c (main): Replace use of struct ext2fs_sb with struct ext2_super_block.
lib/ext2fs/ChangeLog
lib/ext2fs/closefs.c
lib/ext2fs/ext2fs.h
lib/ext2fs/initialize.c
lib/ext2fs/link.c
lib/ext2fs/newdir.c
lib/ext2fs/openfs.c
lib/ext2fs/swapfs.c
resize/ChangeLog
resize/main.c