From a80f3694a7b99756e747683f01ab8a5bca022251 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 15 Mar 2008 01:25:51 -0400 Subject: [PATCH] ext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FS No application will ever use the ORPHAN_FS flag, since it only shows up in kernel memory, but it's been pointed out it was first used in ext3, and so it should be renamed for accuracy. Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/ext2_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ext2fs/ext2_fs.h b/lib/ext2fs/ext2_fs.h index dd5e495..be8d773 100644 --- a/lib/ext2fs/ext2_fs.h +++ b/lib/ext2fs/ext2_fs.h @@ -467,7 +467,7 @@ struct ext2_inode_large { */ #define EXT2_VALID_FS 0x0001 /* Unmounted cleanly */ #define EXT2_ERROR_FS 0x0002 /* Errors detected */ -#define EXT4_ORPHAN_FS 0x0004 /* Orphans being recovered */ +#define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */ /* * Misc. filesystem flags -- 1.8.3.1