* [PATCH] mke2fs: clarify inode ratio in man page
@ 2013-01-25 15:53 Phillip Susi
0 siblings, 0 replies; 3+ messages in thread
From: Phillip Susi @ 2013-01-25 15:53 UTC (permalink / raw)
To: tytso; +Cc: linux-ext4
The man page still said it was not possible to change the number
of inodes on a filesystem after creating it. You actually can
by resizing the fs, so clarify this language a bit.
Signed-off-by: Phillip Susi <psusi@ubuntu.com>
---
misc/mke2fs.8.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 023ba49..5e5e889 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -340,9 +340,9 @@ bytes of space on the disk. The larger the
ratio, the fewer inodes will be created. This value generally shouldn't
be smaller than the blocksize of the filesystem, since in that case more
inodes would be made than can ever be used. Be warned that it is not
-possible to expand the number
-of inodes on a filesystem after it is created, so be careful deciding the
-correct value for this parameter.
+possible to change this ratio on a filesystem after it is created, so be
+careful deciding the correct value for this parameter. Note that resizing
+a filesystem changes the numer of inodes to maintain this ratio.
.TP
.BI \-I " inode-size"
Specify the size of each inode in bytes.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] mke2fs: clarify inode ratio in man page
@ 2013-10-07 14:39 Phillip Susi
2013-10-16 3:38 ` Theodore Ts'o
0 siblings, 1 reply; 3+ messages in thread
From: Phillip Susi @ 2013-10-07 14:39 UTC (permalink / raw)
To: tytso; +Cc: linux-ext4
The man page still said it was not possible to change the number
of inodes on a filesystem after creating it. You actually can
by resizing the fs, so clarify this language a bit.
---
misc/mke2fs.8.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index fe2dcdb..873fdbf 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -349,9 +349,9 @@ bytes of space on the disk. The larger the
ratio, the fewer inodes will be created. This value generally shouldn't
be smaller than the blocksize of the filesystem, since in that case more
inodes would be made than can ever be used. Be warned that it is not
-possible to expand the number
-of inodes on a filesystem after it is created, so be careful deciding the
-correct value for this parameter.
+possible to change this ratio on a filesystem after it is created, so be
+careful deciding the correct value for this parameter. Note that resizing
+a filesystem changes the numer of inodes to maintain this ratio.
.TP
.BI \-I " inode-size"
Specify the size of each inode in bytes.
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mke2fs: clarify inode ratio in man page
2013-10-07 14:39 [PATCH] mke2fs: clarify inode ratio in man page Phillip Susi
@ 2013-10-16 3:38 ` Theodore Ts'o
0 siblings, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2013-10-16 3:38 UTC (permalink / raw)
To: Phillip Susi; +Cc: linux-ext4
On Mon, Oct 07, 2013 at 10:39:42AM -0400, Phillip Susi wrote:
> The man page still said it was not possible to change the number
> of inodes on a filesystem after creating it. You actually can
> by resizing the fs, so clarify this language a bit.
You didn't include a signed-off-by, but this was a simple enough
documentation-only change that I've used by discretion to accept it.
Cheers,
- Ted
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-16 3:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 14:39 [PATCH] mke2fs: clarify inode ratio in man page Phillip Susi
2013-10-16 3:38 ` Theodore Ts'o
-- strict thread matches above, loose matches on Subject: below --
2013-01-25 15:53 Phillip Susi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).