You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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_ */
|
|
|