summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-06-10 14:09:05 +0000
committerkib <kib@FreeBSD.org>2009-06-10 14:09:05 +0000
commit2a37bc559bc0ddf30ffe24c4c169cf3905ef0339 (patch)
treec5a4b4f78af104078e0351189ab6920720fe2add /sys/gnu
parenta051f2b40a4877c3751f6b94fc1814b53f846a4d (diff)
downloadFreeBSD-src-2a37bc559bc0ddf30ffe24c4c169cf3905ef0339.zip
FreeBSD-src-2a37bc559bc0ddf30ffe24c4c169cf3905ef0339.tar.gz
s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args
definition. Discussed with: bde MFC after: 2 weeks
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c b/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
index 6d8d4eb..9d86c95 100644
--- a/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
+++ b/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
@@ -198,7 +198,7 @@ _xfs_open(
int a_mode;
struct ucred *a_cred;
struct thread *a_td;
- int a_fdidx;
+ int a_fp;
} */ *ap)
{
int error;
OpenPOWER on IntegriCloud