file.c (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) file.c (c94c2acf84dc16cf4b989bb0bc849785b7ff52f5)
1/*
2 * linux/fs/ext2/file.c
3 *
4 * Copyright (C) 1992, 1993, 1994, 1995
5 * Remy Card (card@masi.ibp.fr)
6 * Laboratoire MASI - Institut Blaise Pascal
7 * Universite Pierre et Marie Curie (Paris VI)
8 *

--- 6 unchanged lines hidden (view full) ---

15 * ext2 fs regular file handling primitives
16 *
17 * 64-bit file support on 64-bit platforms by Jakub Jelinek
18 * (jj@sunsite.ms.mff.cuni.cz)
19 */
20
21#include <linux/time.h>
22#include <linux/pagemap.h>
1/*
2 * linux/fs/ext2/file.c
3 *
4 * Copyright (C) 1992, 1993, 1994, 1995
5 * Remy Card (card@masi.ibp.fr)
6 * Laboratoire MASI - Institut Blaise Pascal
7 * Universite Pierre et Marie Curie (Paris VI)
8 *

--- 6 unchanged lines hidden (view full) ---

15 * ext2 fs regular file handling primitives
16 *
17 * 64-bit file support on 64-bit platforms by Jakub Jelinek
18 * (jj@sunsite.ms.mff.cuni.cz)
19 */
20
21#include <linux/time.h>
22#include <linux/pagemap.h>
23#include <linux/dax.h>
23#include <linux/quotaops.h>
24#include "ext2.h"
25#include "xattr.h"
26#include "acl.h"
27
28#ifdef CONFIG_FS_DAX
29static int ext2_dax_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
30{

--- 91 unchanged lines hidden ---
24#include <linux/quotaops.h>
25#include "ext2.h"
26#include "xattr.h"
27#include "acl.h"
28
29#ifdef CONFIG_FS_DAX
30static int ext2_dax_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
31{

--- 91 unchanged lines hidden ---