Whamcloud - gitweb
LU-723 ldiskfs: Drop support for ext3 based ldiskfs
authorPrakash Surya <surya1@llnl.gov>
Mon, 11 Jun 2012 16:27:18 +0000 (09:27 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 26 Jun 2012 14:44:32 +0000 (10:44 -0400)
commitf30581aa19447ea58f0120488acaa57bcd55144d
tree77696132cb834416ab9c6a2bc7f2cfd75cef4a45
parent6ad1581bf6003631d87e8365c01c03b06be136de
LU-723 ldiskfs: Drop support for ext3 based ldiskfs

Building ldiskfs from ext3 is no longer supported, thus this change
attempts to clean things up and only support building ldiskfs from
ext4 sources. The main changes made, involved replacing the @BACKFS@
autoconf variable with 'ext4', and removing the HAVE_EXT4_LDISKFS
macro. It is now safe to assume that ldiskfs is build based entirely
on ext4.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Change-Id: Ia0eff6e4c1b755806ccfbf554e4a36201f9f1a64
Reviewed-on: http://review.whamcloud.com/1643
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/autoconf/lustre-build-ldiskfs.m4
ldiskfs/configure.ac
ldiskfs/ldiskfs/Makefile.in
ldiskfs/ldiskfs/autoMakefile.am
lustre/lvfs/autoMakefile.am
lustre/lvfs/fsfilt_ext3.c
lustre/mdd/mdd_device.c
lustre/mdd/mdd_dir.c
lustre/mdd/mdd_permission.c
lustre/mdd/mdd_trans.c
lustre/utils/mkfs_lustre.c