[PATCH 4/5] e2fsck: remove masix support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch remove masix support from e2fsck.

Signed-off-by: Coly Li <coyli@xxxxxxx>

diff --git a/e2fsck/pass1.c b/e2fsck/pass1.c
index ceb9c7f..d072e73 100644
--- a/e2fsck/pass1.c
+++ b/e2fsck/pass1.c
@@ -834,10 +834,6 @@ void e2fsck_pass1(e2fsck_t ctx)
 			frag = inode->osd2.hurd2.h_i_frag;
 			fsize = inode->osd2.hurd2.h_i_fsize;
 			break;
-		    case EXT2_OS_MASIX:
-			frag = inode->osd2.masix2.m_i_frag;
-			fsize = inode->osd2.masix2.m_i_fsize;
-			break;
 		    default:
 			frag = fsize = 0;
 		}
diff --git a/e2fsck/pass2.c b/e2fsck/pass2.c
index 7f7635f..b6e496f 100644
--- a/e2fsck/pass2.c
+++ b/e2fsck/pass2.c
@@ -1253,10 +1253,6 @@ extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
 		frag = &inode.osd2.hurd2.h_i_frag;
 		fsize = &inode.osd2.hurd2.h_i_fsize;
 		break;
-	    case EXT2_OS_MASIX:
-		frag = &inode.osd2.masix2.m_i_frag;
-		fsize = &inode.osd2.masix2.m_i_fsize;
-		break;
 	    default:
 		frag = fsize = 0;
 	}



-- 
Coly Li
SuSE PRC Labs


Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux