* [PATCH] ext4: Add batched_discard into ext4 feature list
@ 2010-10-21 14:46 Lukas Czerner
0 siblings, 0 replies; 3+ messages in thread
From: Lukas Czerner @ 2010-10-21 14:46 UTC (permalink / raw)
To: linux-ext4; +Cc: tytso, sandeen, lczerner
Should be applied on the top of "lazy inode table initialization"
and "batched discard support" patch-sets.
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
fs/ext4/super.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index b1cd3d0..3cba1b9 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -2456,9 +2456,11 @@ static struct attribute *ext4_attrs[] = {
/* Features this copy of ext4 supports */
EXT4_INFO_ATTR(lazy_itable_init);
+EXT4_INFO_ATTR(batched_discard);
static struct attribute *ext4_feat_attrs[] = {
ATTR_LIST(lazy_itable_init),
+ ATTR_LIST(batched_discard),
NULL,
};
--
1.7.2.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ext4: Add batched_discard into ext4 feature list
@ 2010-10-25 16:14 Lukas Czerner
2010-10-27 20:37 ` Ted Ts'o
0 siblings, 1 reply; 3+ messages in thread
From: Lukas Czerner @ 2010-10-25 16:14 UTC (permalink / raw)
To: tytso; +Cc: linux-ext4, sandeen, lczerner
Should be applied on the top of "lazy inode table initialization"
and "batched discard support" patch-sets.
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
fs/ext4/super.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index b1cd3d0..3cba1b9 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -2456,9 +2456,11 @@ static struct attribute *ext4_attrs[] = {
/* Features this copy of ext4 supports */
EXT4_INFO_ATTR(lazy_itable_init);
+EXT4_INFO_ATTR(batched_discard);
static struct attribute *ext4_feat_attrs[] = {
ATTR_LIST(lazy_itable_init),
+ ATTR_LIST(batched_discard),
NULL,
};
--
1.7.2.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ext4: Add batched_discard into ext4 feature list
2010-10-25 16:14 [PATCH] ext4: Add batched_discard into ext4 feature list Lukas Czerner
@ 2010-10-27 20:37 ` Ted Ts'o
0 siblings, 0 replies; 3+ messages in thread
From: Ted Ts'o @ 2010-10-27 20:37 UTC (permalink / raw)
To: Lukas Czerner; +Cc: linux-ext4, sandeen
On Mon, Oct 25, 2010 at 06:14:07PM +0200, Lukas Czerner wrote:
> Should be applied on the top of "lazy inode table initialization"
> and "batched discard support" patch-sets.
>
> Signed-off-by: Lukas Czerner <lczerner@redhat.com>
I've added this to the ext4 patch queue, thanks!!
- Ted
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-27 20:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 16:14 [PATCH] ext4: Add batched_discard into ext4 feature list Lukas Czerner
2010-10-27 20:37 ` Ted Ts'o
-- strict thread matches above, loose matches on Subject: below --
2010-10-21 14:46 Lukas Czerner
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).