DragonFly submit List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: src/sys/vfs ANSIfication
On Mar 30, 2004, at 12:33 AM, Chris Pressey wrote
While on the subject, and well before I begin committing these, I
should
mention - there are a LOT of function definitions that look like this:
static int
hpfs_ioctl (
struct vop_ioctl_args /* {
struct vnode *a_vp;
u_long a_command;
caddr_t a_data;
int a_fflag;
struct ucred *a_cred;
struct proc *a_p;
} */ *ap)
I (perhaps not thinking too clearly) reformatted these like
Hmm.
I am personally very used to having these structure notes
located inside most of the filesystem code like this. Most of
other changes that have went on I don't really notice when
working with the code, ex. having to read something again.
I really don't think the same would be true with this change.
-DR
static int
hpfs_ioctl(struct vop_ioctl_args /* {
struct vnode *a_vp;
u_long a_command;
caddr_t a_data;
int a_fflag;
struct ucred *a_cred;
struct proc *a_p;
} */ *ap)
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]