From e7a3fca3345dfc251b8692f7ceb57034a1767f44 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Sun, 12 Jul 2009 19:34:44 +0200 Subject: [PATCH] Remove duplicate line --- sys/vfs/ufs/ufs_vfsops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/vfs/ufs/ufs_vfsops.c b/sys/vfs/ufs/ufs_vfsops.c index 0a2b00af01..1acb000260 100644 --- a/sys/vfs/ufs/ufs_vfsops.c +++ b/sys/vfs/ufs/ufs_vfsops.c @@ -112,7 +112,6 @@ ufs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg, return (error); } - type = cmds & SUBCMDMASK; if ((uint)type >= MAXQUOTAS) return (EINVAL); if (vfs_busy(mp, LK_NOWAIT)) -- 2.11.4.GIT