repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc/83xx: Convert existing sdhc nodes to new bindings
[linux-2.6/mini2440.git]
/
fs
/
btrfs
/
compat.h
blob
7c4503ef6efdccd39d0d7ba3caf6a46d0e28a59a
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_ */