]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/export.c
Btrfs: Allow subvolumes and snapshots anywhere in the directory tree
[linux-2.6-omap-h63xx.git] / fs / btrfs / export.c
index 2b357a6d2407833d81b5419ab8d4aac5a113eca8..48b82cd7583ceb5c967bc079d90694bc3c92e1ec 100644 (file)
@@ -7,12 +7,6 @@
 #include "export.h"
 #include "compat.h"
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)
-#define FILEID_BTRFS_WITHOUT_PARENT            0x4d
-#define FILEID_BTRFS_WITH_PARENT               0x4e
-#define FILEID_BTRFS_WITH_PARENT_ROOT          0x4f
-#endif
-
 #define BTRFS_FID_SIZE_NON_CONNECTABLE         (offsetof(struct btrfs_fid, parent_objectid)/4)
 #define BTRFS_FID_SIZE_CONNECTABLE             (offsetof(struct btrfs_fid, parent_root_objectid)/4)
 #define BTRFS_FID_SIZE_CONNECTABLE_ROOT                (sizeof(struct btrfs_fid)/4)