]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/xfs/xfs_aops.c
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[mirror_ubuntu-artful-kernel.git] / fs / xfs / xfs_aops.c
index d20c29b9c95be264e17a11b49fb98358e1063e17..6bf120bb1a17da7f3b571964ee58719c9315fae3 100644 (file)
@@ -839,7 +839,7 @@ xfs_writepage_map(
        struct inode            *inode,
        struct page             *page,
        loff_t                  offset,
-       __uint64_t              end_offset)
+       uint64_t              end_offset)
 {
        LIST_HEAD(submit_list);
        struct xfs_ioend        *ioend, *next;
@@ -994,7 +994,7 @@ xfs_do_writepage(
        struct xfs_writepage_ctx *wpc = data;
        struct inode            *inode = page->mapping->host;
        loff_t                  offset;
-       __uint64_t              end_offset;
+       uint64_t              end_offset;
        pgoff_t                 end_index;
 
        trace_xfs_writepage(inode, page, 0, 0);