* [PATCH 3/3] remove xfs_vfsops.h
@ 2008-10-26 20:34 Christoph Hellwig
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2008-10-26 20:34 UTC (permalink / raw)
To: xfs
[-- 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 */
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3/3] remove xfs_vfsops.h
@ 2008-10-27 13:33 Christoph Hellwig
2008-10-27 13:36 ` Christoph Hellwig
2008-10-27 23:41 ` Dave Chinner
0 siblings, 2 replies; 4+ messages in thread
From: Christoph Hellwig @ 2008-10-27 13:33 UTC (permalink / raw)
To: xfs
[-- 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 */
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] remove xfs_vfsops.h
2008-10-27 13:33 [PATCH 3/3] remove xfs_vfsops.h Christoph Hellwig
@ 2008-10-27 13:36 ` Christoph Hellwig
2008-10-27 23:41 ` Dave Chinner
1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2008-10-27 13:36 UTC (permalink / raw)
To: xfs
On Mon, Oct 27, 2008 at 09:33:37AM -0400, Christoph Hellwig wrote:
> The only think left is xfs_do_force_shutdown which already has a defintion
> in xfs_mount.h, too.
The only *thing* of course ;-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] remove xfs_vfsops.h
2008-10-27 13:33 [PATCH 3/3] remove xfs_vfsops.h Christoph Hellwig
2008-10-27 13:36 ` Christoph Hellwig
@ 2008-10-27 23:41 ` Dave Chinner
1 sibling, 0 replies; 4+ messages in thread
From: Dave Chinner @ 2008-10-27 23:41 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: xfs
On Mon, Oct 27, 2008 at 09:33:37AM -0400, Christoph Hellwig wrote:
> 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>
Reviewed-by; Dave Chinner <david@fromorbit.com>
--
Dave Chinner
david@fromorbit.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-27 23:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 13:33 [PATCH 3/3] remove xfs_vfsops.h Christoph Hellwig
2008-10-27 13:36 ` 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox