diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-03-15 01:25:51 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-03-15 01:25:51 -0400 |
commit | a80f3694a7b99756e747683f01ab8a5bca022251 (patch) | |
tree | bf5822901d6a45c1543b6f398e885861b7ad5629 /lib | |
parent | 5e107624d4560778ed51d315187b2825ca8de431 (diff) | |
download | e2fsprogs-a80f3694a7b99756e747683f01ab8a5bca022251.tar.gz |
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" <tytso@mit.edu>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ext2fs/ext2_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext2fs/ext2_fs.h b/lib/ext2fs/ext2_fs.h index dd5e495e..be8d773a 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 |