diff options
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
| -rw-r--r-- | fs/btrfs/btrfs_inode.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index aa1f55cd81b7..b2fa33911c28 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -526,7 +526,7 @@ bool btrfs_data_csum_ok(struct btrfs_bio *bbio, struct btrfs_device *dev,  			u32 bio_offset, struct bio_vec *bv);  noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len,  			      struct btrfs_file_extent *file_extent, -			      bool nowait, bool strict); +			      bool nowait);  void btrfs_del_delalloc_inode(struct btrfs_inode *inode);  struct inode *btrfs_lookup_dentry(struct inode *dir, struct dentry *dentry); | 
