Whamcloud - gitweb
resize2fs: moving xattr inodes is not supported
authorTahsin Erdogan <tahsin@google.com>
Wed, 5 Jul 2017 03:53:59 +0000 (23:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Jul 2017 03:53:59 +0000 (23:53 -0400)
commit0446b9907fbdc8f130ec35726bc8b9cdd493a1cb
tree06b139d91f8db7908dedd8db2caf8fb78a8b1478
parentcfc8fae36b81466e827a8bd16a1185b3dac80062
resize2fs: moving xattr inodes is not supported

In some cases, resize2fs needs to move inodes because their inode
number is greater than the maximum allowed. Moving extended attribute
inodes would require updating all the references to them. This
is currently not supported.

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2_err.et.in
resize/resize2fs.c