mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-07 23:18:24 +00:00
8 lines
162 B
C
8 lines
162 B
C
#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_ */
|