| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 8/8] cleanup vnode use in xfs_bmap.c |
| From: | Christoph Hellwig <hch@xxxxxx> |
| Date: | Fri, 22 Feb 2008 05:02:22 +0100 |
| Sender: | xfs-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.3.28i |
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: linux-2.6-xfs/fs/xfs/xfs_bmap.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfs_bmap.c 2008-01-03 15:04:00.000000000
+0100
+++ linux-2.6-xfs/fs/xfs/xfs_bmap.c 2008-01-03 15:04:09.000000000 +0100
@@ -5772,7 +5772,6 @@ xfs_getbmap(
int error; /* return value */
__int64_t fixlen; /* length for -1 case */
int i; /* extent number */
- bhv_vnode_t *vp; /* corresponding vnode */
int lock; /* lock state */
xfs_bmbt_irec_t *map; /* buffer for user's data */
xfs_mount_t *mp; /* file system mount point */
@@ -5789,7 +5788,6 @@ xfs_getbmap(
int bmapi_flags; /* flags for xfs_bmapi */
__int32_t oflags; /* getbmapx bmv_oflags field */
- vp = XFS_ITOV(ip);
mp = ip->i_mount;
whichfork = interface & BMV_IF_ATTRFORK ? XFS_ATTR_FORK : XFS_DATA_FORK;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 6/8] cleanup vnode use in xfs_lrw.c, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 5/8] cleanup vnode use in xfs_lookup, Christoph Hellwig |
| Previous by Thread: | [PATCH 6/8] cleanup vnode use in xfs_lrw.c, Christoph Hellwig |
| Next by Thread: | [PATCH 5/8] cleanup vnode use in xfs_lookup, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |