btrfs: rename variables clashing with global function names
[deliverable/linux.git] / fs / btrfs / compression.h
index 51000174b9d7ba687f3fda58ab44e6479be24e82..a12059f4f0fd3c70fd6302abe4ab3e83fa5797fb 100644 (file)
@@ -37,7 +37,7 @@ int btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page,
 int btrfs_decompress_buf2page(char *buf, unsigned long buf_start,
                              unsigned long total_out, u64 disk_start,
                              struct bio_vec *bvec, int vcnt,
-                             unsigned long *page_index,
+                             unsigned long *pg_index,
                              unsigned long *pg_offset);
 
 int btrfs_submit_compressed_write(struct inode *inode, u64 start,
This page took 0.062205 seconds and 5 git commands to generate.