Revision b172e38e435a158cc84169d5b9127a8dd8d21e76 authored by Linus Torvalds on 23 September 2011, 23:53:16 UTC, committed by Linus Torvalds on 23 September 2011, 23:53:16 UTC
* 'spi/merge' of git://git.secretlab.ca/git/linux-2.6:
  spi: Fix WARN when removing spi-fsl-spi module
  spi/imx: Fix spi-imx when the hardware SPI chipselects are used
2 parent s 8ec9c7f + 387719c
Raw File
export.h
#ifndef BTRFS_EXPORT_H
#define BTRFS_EXPORT_H

#include <linux/exportfs.h>

extern const struct export_operations btrfs_export_ops;

struct btrfs_fid {
	u64 objectid;
	u64 root_objectid;
	u32 gen;

	u64 parent_objectid;
	u32 parent_gen;

	u64 parent_root_objectid;
} __attribute__ ((packed));

#endif
back to top