Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
compat.h
Go to the documentation of this file.
1 #ifndef _COMPAT_H_
2 #define _COMPAT_H_
3 
4 #define btrfs_drop_nlink(inode) drop_nlink(inode)
5 #define btrfs_inc_nlink(inode) inc_nlink(inode)
6 
7 #endif /* _COMPAT_H_ */