btrfs: convert to using bdi_setup_and_register()
[safe/jmp/linux-2.6] / fs / btrfs / btrfs_inode.h
index 3f1f50d..7a4dee1 100644 (file)
@@ -153,6 +153,11 @@ struct btrfs_inode {
        unsigned ordered_data_close:1;
        unsigned dummy_inode:1;
 
+       /*
+        * always compress this one file
+        */
+       unsigned force_compress:1;
+
        struct inode vfs_inode;
 };