V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and hald
[linux-2.6] / 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_ */