Welcome to mirror list, hosted at ThFree Co, Russian Federation.

compat.h « btrfs « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c4503ef6efdccd39d0d7ba3caf6a46d0e28a59a (plain)
1
2
3
4
5
6
7
#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_ */