Whamcloud - gitweb
Ignore extN files copied into tree from kernel.
authoradilger <adilger>
Tue, 7 May 2002 23:47:42 +0000 (23:47 +0000)
committeradilger <adilger>
Tue, 7 May 2002 23:47:42 +0000 (23:47 +0000)
commitc7a4e263808a8ee448f73fb93f93b83a6bc210af
tree4e6c3a272b76a3e59fddacfd0d0c2debb0bbdec5
parent14703be50bf12c568e20f7c026b6b32d2c27e0aa
Ignore extN files copied into tree from kernel.
Add extN patches:
- ext3-ino_sb-macro.diff: abstracts access to u.ext3_{sb,i} because we do
  not have a u.extN_{sb,i} in the inode struct and we need to use u.generic.
  This patch is generic and could be included in the stock kernel (2.5 already
  has this abstraction)
- extN-ino_sb-fixup.diff: use the u.generic_{ip,sbp} pointer instead of extN,
  a few bits of cleanup from the above patch related to the hashed directory
  changes, and includes the extN_bread() export which we will no longer need
  to apply to the stock kernel.
- Makefile to do all of the conversion from ext3 to extN and such.
lustre/extN/.cvsignore [new file with mode: 0644]
lustre/extN/Makefile.am [new file with mode: 0644]
lustre/extN/ext3-ino_sb-macro.diff [new file with mode: 0644]
lustre/extN/extN-ino_sb-fixup.diff [new file with mode: 0644]
lustre/include/linux/.cvsignore