Skip to content

Commit

Permalink
ext2_fs.h: Add support for a new inode flag, which is to be used
Browse files Browse the repository at this point in the history
	for indicating the top of directory hierarchies for the
	Orlov block allocator.
  • Loading branch information
tytso committed Nov 1, 2002
1 parent 15f9011 commit a2c8bf9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/e2p/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2002-11-01 Theodore Ts'o <[email protected]>

* pf.c: Add support for a new inode flag, which is to be used for
indicating the top of directory hierarchies for the Orlov
block allocator.

2002-10-25 Theodore Ts'o <[email protected]>

* ls.c (list_super2): Print the s_mkfs_time field if it is
Expand Down
4 changes: 4 additions & 0 deletions lib/ext2fs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2002-10-31 Theodore Ts'o <[email protected]>

* ext2_fs.h: Add support for a new inode flag, which is to be used
for indicating the top of directory hierarchies for the
Orlov block allocator.

* ismounted.c (check_mntent, check_mntent_file): Add better
support for loopback-mounted filesystems. Check /etc/mtab
if /proc/mounts doesn't turn up any mount flags, since
Expand Down
6 changes: 6 additions & 0 deletions misc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2002-11-01 Theodore Ts'o <[email protected]>

* chattr.c, chattr.1.in: Add support for a new inode flag, which
is to be used for indicating the top of directory
hierarchies for the Orlov block allocator.

2002-10-31 Theodore Ts'o <[email protected]>

* get_device_by_label.c (read_partitions): Pay attention to
Expand Down

0 comments on commit a2c8bf9

Please sign in to comment.