X-Spam-Checker-Version: SpamAssassin 3.4.0-r929098 (2010-03-30) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.4.0-r929098 Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q274olUe020640 for ; Tue, 6 Mar 2012 22:50:47 -0600 X-ASG-Debug-ID: 1331095845-04cb6c77b82984f0001-NocioJ Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by cuda.sgi.com with ESMTP id gASr8Yp5zSfGYAm3 for ; Tue, 06 Mar 2012 20:50:45 -0800 (PST) X-Barracuda-Envelope-From: dave@fromorbit.com X-Barracuda-Apparent-Source-IP: 150.101.137.145 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAHXnVk95LFAa/2dsb2JhbABDtQmBCIF9AQEFVjMIGDE5AxsZiAa6AY1OgyIEnn6GV4J3 Received: from ppp121-44-80-26.lns20.syd6.internode.on.net (HELO dastard) ([121.44.80.26]) by ipmail06.adl6.internode.on.net with ESMTP; 07 Mar 2012 15:20:43 +1030 Received: from disappointment ([192.168.1.1]) by dastard with esmtp (Exim 4.76) (envelope-from ) id 1S58pm-0001o6-Cl for xfs@oss.sgi.com; Wed, 07 Mar 2012 15:50:42 +1100 Received: from dave by disappointment with local (Exim 4.77) (envelope-from ) id 1S58pb-0007Ux-Ul for xfs@oss.sgi.com; Wed, 07 Mar 2012 15:50:32 +1100 From: Dave Chinner To: xfs@oss.sgi.com Subject: [PATCH 06/10] xfs: remove remaining scraps of struct xfs_iomap Date: Wed, 7 Mar 2012 15:50:24 +1100 X-ASG-Orig-Subj: [PATCH 06/10] xfs: remove remaining scraps of struct xfs_iomap Message-Id: <1331095828-28742-7-git-send-email-david@fromorbit.com> X-Mailer: git-send-email 1.7.9 In-Reply-To: <1331095828-28742-1-git-send-email-david@fromorbit.com> References: <1331095828-28742-1-git-send-email-david@fromorbit.com> X-Barracuda-Connect: ipmail06.adl6.internode.on.net[150.101.137.145] X-Barracuda-Start-Time: 1331095845 X-Barracuda-URL: http://192.48.176.15:80/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at sgi.com X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1.3 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.90496 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- From: Dave Chinner Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- fs/xfs/xfs_vnode.h | 1 - fs/xfs/xfs_vnodeops.h | 3 --- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/fs/xfs/xfs_vnode.h b/fs/xfs/xfs_vnode.h index 7c220b4..db14d0c 100644 --- a/fs/xfs/xfs_vnode.h +++ b/fs/xfs/xfs_vnode.h @@ -22,7 +22,6 @@ struct file; struct xfs_inode; -struct xfs_iomap; struct attrlist_cursor_kern; /* diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 0c877cb..447e146 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h @@ -10,7 +10,6 @@ struct kiocb; struct pipe_inode_info; struct uio; struct xfs_inode; -struct xfs_iomap; int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, int flags); @@ -49,8 +48,6 @@ int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name, int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags); int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize, int flags, struct attrlist_cursor_kern *cursor); -int xfs_bmap(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, - int flags, struct xfs_iomap *iomapp, int *niomaps); void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first, xfs_off_t last, int fiopt); int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, -- 1.7.9