linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
@ 2022-03-15 11:44 Ojaswin Mujoo
  2022-03-15 14:21 ` Ritesh Harjani
  2022-05-11 13:25 ` Theodore Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Ojaswin Mujoo @ 2022-03-15 11:44 UTC (permalink / raw)
  To: linux-ext4; +Cc: Theodore Ts'o, Ritesh Harjani, linux-fsdevel, linux-kernel

After recent changes to the mb_optimize_scan mount option
the DEFAULT_MB_OPTIMIZE_SCAN is no longer needed so get
rid of it.

Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
---

This patch should be applied after the following:
https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/commit/?h=dev&id=27b38686a3bb601db48901dbc4e2fc5d77ffa2c1

 fs/ext4/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index cd0547fabd79..550db5226b4f 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1862,7 +1862,6 @@ static const struct fs_parameter_spec ext4_param_specs[] = {
 };
 
 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
-#define DEFAULT_MB_OPTIMIZE_SCAN	(-1)
 
 static const char deprecated_msg[] =
 	"Mount option \"%s\" will be removed by %s\n"
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
  2022-03-15 11:44 [PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN Ojaswin Mujoo
@ 2022-03-15 14:21 ` Ritesh Harjani
  2022-05-11 13:25 ` Theodore Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Ritesh Harjani @ 2022-03-15 14:21 UTC (permalink / raw)
  To: Ojaswin Mujoo; +Cc: linux-ext4, Theodore Ts'o, linux-fsdevel, linux-kernel

On 22/03/15 05:14PM, Ojaswin Mujoo wrote:
> After recent changes to the mb_optimize_scan mount option
> the DEFAULT_MB_OPTIMIZE_SCAN is no longer needed so get
> rid of it.

Thanks for doing this. Looks good to me.
Feel free to add -

Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
  2022-03-15 11:44 [PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN Ojaswin Mujoo
  2022-03-15 14:21 ` Ritesh Harjani
@ 2022-05-11 13:25 ` Theodore Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2022-05-11 13:25 UTC (permalink / raw)
  To: linux-ext4, Ojaswin Mujoo
  Cc: Theodore Ts'o, Ritesh Harjani, linux-kernel, linux-fsdevel

On Tue, 15 Mar 2022 17:14:54 +0530, Ojaswin Mujoo wrote:
> After recent changes to the mb_optimize_scan mount option
> the DEFAULT_MB_OPTIMIZE_SCAN is no longer needed so get
> rid of it.
> 
> 

Applied, thanks!

[1/1] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
      commit: 7e0d0d44001506bc42932b5e37baaab84f0397cf

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-11 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 11:44 [PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN Ojaswin Mujoo
2022-03-15 14:21 ` Ritesh Harjani
2022-05-11 13:25 ` Theodore Ts'o

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).