]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/compat.h
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[linux-2.6-omap-h63xx.git] / fs / btrfs / compat.h
index cd6598b169df34d61904197ce00361db86752b5c..7c4503ef6efdccd39d0d7ba3caf6a46d0e28a59a 100644 (file)
@@ -4,21 +4,4 @@
 #define btrfs_drop_nlink(inode) drop_nlink(inode)
 #define btrfs_inc_nlink(inode) inc_nlink(inode)
 
-#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,27)
-static inline struct dentry *d_obtain_alias(struct inode *inode)
-{
-       struct dentry *d;
-
-       if (!inode)
-               return NULL;
-       if (IS_ERR(inode))
-               return ERR_CAST(inode);
-
-       d = d_alloc_anon(inode);
-       if (!d)
-               iput(inode);
-       return d;
-}
-#endif
-
 #endif /* _COMPAT_H_ */