Whamcloud - gitweb
chattr: Add extent conversion support
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 6 Jan 2009 06:37:14 +0000 (12:07 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 May 2009 12:32:29 +0000 (08:32 -0400)
commit7c8da6e3768bc7cc7ffde72b4f87fd2ec3c7c7e7
treef150c6ea312d8d73269277b70f4652dec0cfc771
parent70eabde9a581d340837c98b11d3ced324155d1ae
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>
misc/chattr.1.in
misc/chattr.c