From: Christoph Hellwig <hch@infradead.org>
To: xfs@oss.sgi.com
Subject: [PATCH 3/3] remove xfs_vfsops.h
Date: Mon, 27 Oct 2008 09:33:37 -0400 [thread overview]
Message-ID: <20081027133337.GD31125@infradead.org> (raw)
[-- Attachment #1: xfs-kill-xfs_vfsops.h --]
[-- Type: text/plain, Size: 3014 bytes --]
The only think left is xfs_do_force_shutdown which already has a defintion
in xfs_mount.h, too.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/dmapi/xfs_dm.c 2008-10-15 18:21:53.000000000 -0400
+++ linux-2.6-xfs/fs/xfs/dmapi/xfs_dm.c 2008-10-15 18:22:07.000000000 -0400
@@ -45,7 +45,6 @@
#include "xfs_attr.h"
#include "xfs_attr_leaf.h"
#include "xfs_inode_item.h"
-#include "xfs_vfsops.h"
#include "xfs_vnodeops.h"
#include <dmapi.h>
#include <dmapi_kern.h>
Index: linux-2.6-xfs/fs/xfs/linux-2.6/xfs_export.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/linux-2.6/xfs_export.c 2008-10-15 18:21:53.000000000 -0400
+++ linux-2.6-xfs/fs/xfs/linux-2.6/xfs_export.c 2008-10-15 18:21:59.000000000 -0400
@@ -29,7 +29,6 @@
#include "xfs_vnodeops.h"
#include "xfs_bmap_btree.h"
#include "xfs_inode.h"
-#include "xfs_vfsops.h"
/*
* Note that we only accept fileids which are long enough rather than allow
Index: linux-2.6-xfs/fs/xfs/linux-2.6/xfs_ksyms.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/linux-2.6/xfs_ksyms.c 2008-10-15 18:21:53.000000000 -0400
+++ linux-2.6-xfs/fs/xfs/linux-2.6/xfs_ksyms.c 2008-10-15 18:22:03.000000000 -0400
@@ -64,7 +64,6 @@
#include "xfs_iomap.h"
#include "xfs_filestream.h"
#include "xfs_vnodeops.h"
-#include "xfs_vfsops.h"
#include "support/ktrace.h"
Index: linux-2.6-xfs/fs/xfs/linux-2.6/xfs_super.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/linux-2.6/xfs_super.c 2008-10-15 18:21:53.000000000 -0400
+++ linux-2.6-xfs/fs/xfs/linux-2.6/xfs_super.c 2008-10-15 18:22:01.000000000 -0400
@@ -48,7 +48,6 @@
#include "xfs_buf_item.h"
#include "xfs_utils.h"
#include "xfs_vnodeops.h"
-#include "xfs_vfsops.h"
#include "xfs_version.h"
#include "xfs_log_priv.h"
#include "xfs_trans_priv.h"
Index: linux-2.6-xfs/fs/xfs/xfs_vfsops.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfs_vfsops.c 2008-10-15 18:21:53.000000000 -0400
+++ linux-2.6-xfs/fs/xfs/xfs_vfsops.c 2008-10-15 18:22:05.000000000 -0400
@@ -53,7 +53,6 @@
#include "xfs_filestream.h"
#include "xfs_fsops.h"
#include "xfs_vnodeops.h"
-#include "xfs_vfsops.h"
#include "xfs_utils.h"
#include "xfs_sync.h"
Index: linux-2.6-xfs/fs/xfs/xfs_vfsops.h
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfs_vfsops.h 2008-10-15 18:21:09.000000000 -0400
+++ /dev/null 1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-#ifndef _XFS_VFSOPS_H
-#define _XFS_VFSOPS_H 1
-
-struct cred;
-struct xfs_fid;
-struct inode;
-struct kstatfs;
-struct xfs_mount;
-struct xfs_mount_args;
-
-void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
- int lnnum);
-
-#endif /* _XFS_VFSOPS_H */
--
next reply other threads:[~2008-10-27 13:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-27 13:33 Christoph Hellwig [this message]
2008-10-27 13:36 ` [PATCH 3/3] remove xfs_vfsops.h Christoph Hellwig
2008-10-27 23:41 ` Dave Chinner
-- strict thread matches above, loose matches on Subject: below --
2008-10-26 20:34 Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081027133337.GD31125@infradead.org \
--to=hch@infradead.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.