[PATCH] fs/ntfs3: clarify why $Extend init is being skipped

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Enrico Mioso <mrkiko.rs@xxxxxxxxx>
---
 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





[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux