We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253f313 commit 6405feeCopy full SHA for 6405fee
fs/ntfs/super.c
@@ -1620,7 +1620,7 @@ static bool load_and_init_attrdef(ntfs_volume *vol)
1620
memcpy((u8*)vol->attrdef + (index++ << PAGE_SHIFT),
1621
page_address(page), size);
1622
ntfs_unmap_page(page);
1623
- };
+ }
1624
if (size == PAGE_SIZE) {
1625
size = i_size & ~PAGE_MASK;
1626
if (size)
@@ -1689,7 +1689,7 @@ static bool load_and_init_upcase(ntfs_volume *vol)
1689
memcpy((char*)vol->upcase + (index++ << PAGE_SHIFT),
1690
1691
1692
1693
1694
1695
0 commit comments