commit | 7c8da6e3768bc7cc7ffde72b4f87fd2ec3c7c7e7 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Jan 06 12:07:14 2009 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 28 08:32:29 2009 -0400 |
tree | f150c6ea312d8d73269277b70f4652dec0cfc771 | |
parent | 70eabde9a581d340837c98b11d3ced324155d1ae [diff] |
chattr: Add extent conversion support This patch adds new option, +e to chattr. The +e option is used to convert the ext3 format (non extent) file to ext4 (extent) format. This can be used to migrate the ext3 file system to ext4 file system. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>