svn commit: r323762 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Andriy Gapon
avg at FreeBSD.org
Tue Sep 19 12:43:49 UTC 2017
Author: avg
Date: Tue Sep 19 12:43:47 2017
New Revision: 323762
URL: https://svnweb.freebsd.org/changeset/base/323762
Log:
MFC r323482: zfs_ctldir: remove obsolete / bogus ARGSUSED lint directives
None of the tagged functions had unused parameters.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c
==============================================================================
--- stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c Tue Sep 19 09:39:48 2017 (r323761)
+++ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c Tue Sep 19 12:43:47 2017 (r323762)
@@ -434,7 +434,6 @@ zfsctl_root(zfsvfs_t *zfsvfs, int flags, vnode_t **vpp
/*
* Common open routine. Disallow any write access.
*/
-/* ARGSUSED */
static int
zfsctl_common_open(struct vop_open_args *ap)
{
@@ -459,7 +458,6 @@ zfsctl_common_close(struct vop_close_args *ap)
/*
* Common access routine. Disallow writes.
*/
-/* ARGSUSED */
static int
zfsctl_common_access(ap)
struct vop_access_args /* {
@@ -515,7 +513,6 @@ zfsctl_common_getattr(vnode_t *vp, vattr_t *vap)
vap->va_nlink = 2;
}
-/*ARGSUSED*/
static int
zfsctl_common_fid(ap)
struct vop_fid_args /* {
@@ -569,7 +566,6 @@ zfsctl_common_print(ap)
/*
* Get root directory attributes.
*/
-/* ARGSUSED */
static int
zfsctl_root_getattr(ap)
struct vop_getattr_args /* {
@@ -821,7 +817,6 @@ zfsctl_snapshot_vnode_setup(vnode_t *vp, void *arg)
* snapshot if it exist, creating the pseudo filesystem vnode as necessary.
* Perform a mount of the associated dataset on top of the vnode.
*/
-/* ARGSUSED */
int
zfsctl_snapdir_lookup(ap)
struct vop_lookup_args /* {
@@ -1013,7 +1008,6 @@ zfsctl_snapdir_readdir(ap)
/* NOTREACHED */
}
-/* ARGSUSED */
static int
zfsctl_snapdir_getattr(ap)
struct vop_getattr_args /* {
More information about the svn-src-stable
mailing list