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
compat.h
#ifndef _COMPAT_H_
#define _COMPAT_H_

#define btrfs_drop_nlink(inode) drop_nlink(inode)
#define btrfs_inc_nlink(inode)	inc_nlink(inode)

#endif /* _COMPAT_H_ */
back to top