[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMTyv-FXzP-r3Eq3kuUQQsE221aNR1nGsfyEZ=w8eHo1eBL1SQ@mail.gmail.com>
Date: Mon, 27 Aug 2012 19:00:33 +0530
From: raphel johnson <iraphel78@...il.com>
To: linux-ext4@...r.kernel.org
Subject: why online shrink is not supported with EXT4_IOC_RESIZE_FS?
Hi,
I was referring EXT4_IOC_RESIZE_FS ioctl implementation in linux
kernel ver 3.3.8.
It is given in the code that online shrinking not supported.
if (n_blocks_count < o_blocks_count) {
/* On-line shrinking not supported */
ext4_warning(sb, "can't shrink FS - resize aborted");
return -EINVAL;
}
I am new to ext4 file system. Could you please tell online shrinking
issues in ext4.
Thanks in adavance.
Regards,
Raphel
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists