projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
CacheFiles: A cache that backs onto a mounted filesystem
[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_ */