]> git.karo-electronics.de Git - karo-tx-linux.git/blob - fs/btrfs/compat.h
The parameter's origin type is long. On an i386 architecture, it can
[karo-tx-linux.git] / fs / btrfs / compat.h
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_ */