Received: by oss.sgi.com id ; Wed, 9 Aug 2000 05:55:03 -0700 Received: from pneumatic-tube.sgi.com ([204.94.214.22]:35876 "EHLO pneumatic-tube.sgi.com") by oss.sgi.com with ESMTP id ; Wed, 9 Aug 2000 05:54:38 -0700 Received: from ledzep.cray.com (ledzep.americas.sgi.com [137.38.226.97]) by pneumatic-tube.sgi.com (980327.SGI.8.8.8-aspam/980310.SGI-aspam) via ESMTP id GAA09181 for ; Wed, 9 Aug 2000 06:00:10 -0700 (PDT) mail_from (lord@sgi.com) Received: from daisy-e185.americas.sgi.com (daisy.mw.cray.com [128.162.185.214]) by ledzep.cray.com (SGI-SGI-8.9.3/craymail-smart-nospam1.0) with ESMTP id HAA49588; Wed, 9 Aug 2000 07:52:46 -0500 (CDT) Received: from jen.americas.sgi.com (jen.americas.sgi.com [128.162.184.86]) by daisy-e185.americas.sgi.com (980427.SGI.8.8.8/SGI-server-1.6) with ESMTP id HAA19621; Wed, 9 Aug 2000 07:52:45 -0500 (CDT) From: Steve Lord Received: from jen.americas.sgi.com by jen.americas.sgi.com (8.9.3/SGI-client-1.6c) via ESMTP id HAA32510; Wed, 9 Aug 2000 07:51:06 -0500 Message-Id: <200008091251.HAA32510@jen.americas.sgi.com> To: dxm@snort.melbourne.sgi.com (Daniel Moore) cc: linux-xfs@oss.sgi.com Subject: Re: TAKE - ioctls In-reply-to: Your message of "Wed, 09 Aug 2000 13:59:59 +1000 Date: Wed, 09 Aug 2000 07:51:05 -0500 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing Daniel, you seem to have removed some ops used by the fsr command with this mod. The geometry call was used for starters. Steve > - add XFS_IOC_FSCOUNTS, XFS_IOC_GET_RESBLKS & XFS_IOC_SET_RESBLKS > - remove some old stuff > - add a test program for these ioctls > - fix up XFS_IOC_*HANDLE > > Modid: 2.4.0-test1-xfs:slinx:71658a > Date: Tue Aug 8 20:57:49 PDT 2000 > Workarea: snort:/build1/people/dxm/isms/slinx-xfs > Author: dxm > > The following file(s) were checked into: > bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs > > cmd/xfs/include/xfs_fsops.h - 1.2 > - remove cruft > > cmd/xfs/stress/src/Makefile - 1.10 > - add ioctl > > linux/fs/xfs/linux/xfs_ioctl.c - 1.14 > - implement XFS_IOC_FSCOUNTS, XFS_IOC_GET_RESBLKS & XFS_IOC_SET_RESBLKS > fix up handling of XFS_IOC_*HANDLE > > linux/fs/xfs/xfs_fsops.c - 1.54 > - export XFS_IOC_FSCOUNTS, XFS_IOC_GET_RESBLKS & XFS_IOC_SET_RESBLKS th rough > ioctl > > linux/fs/xfs/xfs_fsops.h - 1.15 > - remove cruft > > linux/include/linux/xfs_fs.h - 1.10 > - add XFS_IOC_FSCOUNTS, XFS_IOC_GET_RESBLKS & XFS_IOC_SET_RESBLKS > > cmd/xfs/stress/src/ioctl.c - 1.1 > - test program for some ioctls