All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] fs/ntfs3: clarify why $Extend init is being skipped
@ 2021-10-26 20:54 Enrico Mioso
  2021-11-26 12:04 ` Kari Argillander
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Mioso @ 2021-10-26 20:54 UTC (permalink / raw)
  To: ntfs3; +Cc: Enrico Mioso

$Extend init may be skipped due to NTFS version lower than 3. Be more
clear on this.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
---
 fs/ntfs3/fsntfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ntfs3/fsntfs.c b/fs/ntfs3/fsntfs.c
index 4de9acb16968..abe74dc9ce31 100644
--- a/fs/ntfs3/fsntfs.c
+++ b/fs/ntfs3/fsntfs.c
@@ -189,7 +189,7 @@ int ntfs_extend_init(struct ntfs_sb_info *sbi)
 	struct MFT_REF ref;
 
 	if (sbi->volume.major_ver < 3) {
-		ntfs_notice(sb, "Skip $Extend 'cause NTFS version");
+		ntfs_notice(sb, "Skipping $Extend init due to NTFS version lower than 3");
 		return 0;
 	}
 
-- 
2.33.1


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

* Re: [PATCH 1/2] fs/ntfs3: clarify why $Extend init is being skipped
  2021-10-26 20:54 [PATCH 1/2] fs/ntfs3: clarify why $Extend init is being skipped Enrico Mioso
@ 2021-11-26 12:04 ` Kari Argillander
  0 siblings, 0 replies; 2+ messages in thread
From: Kari Argillander @ 2021-11-26 12:04 UTC (permalink / raw)
  To: Enrico Mioso, Konstantin Komarov; +Cc: ntfs3

On Tue, Oct 26, 2021 at 10:54:35PM +0200, Enrico Mioso wrote:
> $Extend init may be skipped due to NTFS version lower than 3. Be more
> clear on this.
> 
> Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>

Reviewed-by: Kari Argillander <kari.argillander@gmail.com>

> ---
>  fs/ntfs3/fsntfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ntfs3/fsntfs.c b/fs/ntfs3/fsntfs.c
> index 4de9acb16968..abe74dc9ce31 100644
> --- a/fs/ntfs3/fsntfs.c
> +++ b/fs/ntfs3/fsntfs.c
> @@ -189,7 +189,7 @@ int ntfs_extend_init(struct ntfs_sb_info *sbi)
>  	struct MFT_REF ref;
>  
>  	if (sbi->volume.major_ver < 3) {
> -		ntfs_notice(sb, "Skip $Extend 'cause NTFS version");
> +		ntfs_notice(sb, "Skipping $Extend init due to NTFS version lower than 3");
>  		return 0;
>  	}
>  
> -- 
> 2.33.1
> 
> 

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

end of thread, other threads:[~2021-11-26 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 20:54 [PATCH 1/2] fs/ntfs3: clarify why $Extend init is being skipped Enrico Mioso
2021-11-26 12:04 ` Kari Argillander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.