aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6')
-rw-r--r--fs/xfs/linux-2.6/xfs_vnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h
index f200e0244082..202231828283 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.h
+++ b/fs/xfs/linux-2.6/xfs_vnode.h
@@ -227,7 +227,7 @@ static inline bhv_vnode_t *vn_grab(bhv_vnode_t *vp)
227 */ 227 */
228#define VNAME(dentry) ((char *) (dentry)->d_name.name) 228#define VNAME(dentry) ((char *) (dentry)->d_name.name)
229#define VNAMELEN(dentry) ((dentry)->d_name.len) 229#define VNAMELEN(dentry) ((dentry)->d_name.len)
230#define VNAME_TO_VNODE(dentry) (vn_from_inode((dentry)->d_inode)) 230#define VNAME_TO_INODE(dentry) (XFS_I((dentry)->d_inode))
231 231
232/* 232/*
233 * Dealing with bad inodes 233 * Dealing with bad inodes