aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ntfs/file.c')
-rw-r--r--fs/ntfs/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c
index a142bf3ba1a5..cdedc84e1372 100644
--- a/fs/ntfs/file.c
+++ b/fs/ntfs/file.c
@@ -531,7 +531,7 @@ static int ntfs_prepare_pages_for_non_resident_write(struct page **pages,
531 ni = NTFS_I(vi); 531 ni = NTFS_I(vi);
532 vol = ni->vol; 532 vol = ni->vol;
533 ntfs_debug("Entering for inode 0x%lx, attribute type 0x%x, start page " 533 ntfs_debug("Entering for inode 0x%lx, attribute type 0x%x, start page "
534 "index 0x%lx, nr_pages 0x%x, pos 0x%llx, bytes 0x%x.", 534 "index 0x%lx, nr_pages 0x%x, pos 0x%llx, bytes 0x%zx.",
535 vi->i_ino, ni->type, pages[0]->index, nr_pages, 535 vi->i_ino, ni->type, pages[0]->index, nr_pages,
536 (long long)pos, bytes); 536 (long long)pos, bytes);
537 blocksize_bits = vi->i_blkbits; 537 blocksize_bits = vi->i_blkbits;
@@ -1693,7 +1693,7 @@ static int ntfs_commit_pages_after_write(struct page **pages,
1693 vi = page->mapping->host; 1693 vi = page->mapping->host;
1694 ni = NTFS_I(vi); 1694 ni = NTFS_I(vi);
1695 ntfs_debug("Entering for inode 0x%lx, attribute type 0x%x, start page " 1695 ntfs_debug("Entering for inode 0x%lx, attribute type 0x%x, start page "
1696 "index 0x%lx, nr_pages 0x%x, pos 0x%llx, bytes 0x%x.", 1696 "index 0x%lx, nr_pages 0x%x, pos 0x%llx, bytes 0x%zx.",
1697 vi->i_ino, ni->type, page->index, nr_pages, 1697 vi->i_ino, ni->type, page->index, nr_pages,
1698 (long long)pos, bytes); 1698 (long long)pos, bytes);
1699 if (NInoNonResident(ni)) 1699 if (NInoNonResident(ni))