btrfs: Remove code referencing unused TRANS_USERSPACE
[sfrench/cifs-2.6.git] / fs / btrfs / btrfs_inode.h
index 63f0ccc92a7122b4e5353bfdcc668a84170031c2..ca15be569d69c2656c3c7e737b4773c4a6b9d37e 100644 (file)
@@ -195,7 +195,6 @@ struct btrfs_inode {
 
        /* Hook into fs_info->delayed_iputs */
        struct list_head delayed_iput;
-       long delayed_iput_count;
 
        /*
         * To avoid races between lockless (i_mutex not held) direct IO writes
@@ -365,6 +364,4 @@ static inline void btrfs_print_data_csum_error(struct btrfs_inode *inode,
                        logical_start, csum, csum_expected, mirror_num);
 }
 
-bool btrfs_page_exists_in_range(struct inode *inode, loff_t start, loff_t end);
-
 #endif