Revision 493f3358cb289ccf716c5a14fa5bb52ab75943e5 authored by Linus Torvalds on 25 February 2011, 23:15:17 UTC, committed by Linus Torvalds on 25 February 2011, 23:15:17 UTC
* 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6:
  PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unset
2 parent s fe41947 + 805bdae
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