git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca488e
)
[XFS] cleanup vnode useage in xfs_ioctl.c
author
Christoph Hellwig
<hch@infradead.org>
Thu, 11 Oct 2007 08:09:50 +0000
(18:09 +1000)
committer
Lachlan McIlroy
<lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 05:55:35 +0000
(16:55 +1100)
xfs_ioctl.c passes around vnode pointers quite a lot, but all places
already have the Linux inode which is identical to the vnode these days.
Clean the code up to always use the Linux inode.
SGI-PV: 971186
SGI-Modid: xfs-linux-melb:xfs-kern:29807a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
No differences found