]> Git Repo - linux.git/blobdiff - fs/btrfs/extent_io.h
btrfs: make extent_fiemap take btrfs_inode
[linux.git] / fs / btrfs / extent_io.h
index 30794ae58498bbc50736796c1a233a297f193c76..06611947a9f76172eb625b1676050e1ffc02b2cd 100644 (file)
@@ -102,7 +102,7 @@ struct extent_buffer {
 
        int blocking_writers;
        atomic_t blocking_readers;
-       bool lock_nested;
+       bool lock_recursed;
        /* >= 0 if eb belongs to a log tree, -1 otherwise */
        short log_index;
 
@@ -203,7 +203,7 @@ int extent_writepages(struct address_space *mapping,
 int btree_write_cache_pages(struct address_space *mapping,
                            struct writeback_control *wbc);
 void extent_readahead(struct readahead_control *rac);
-int extent_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
+int extent_fiemap(struct btrfs_inode *inode, struct fiemap_extent_info *fieinfo,
                  u64 start, u64 len);
 void set_page_extent_mapped(struct page *page);
 
This page took 0.031745 seconds and 4 git commands to generate.