diff options
author | Christoph Hellwig <hch@lst.de> | 2008-12-03 06:20:23 -0500 |
---|---|---|
committer | Niv Sardi <xaiki@sgi.com> | 2008-12-03 23:39:19 -0500 |
commit | 73e6335c14209e508bec8ca7985d1fbde183bd1f (patch) | |
tree | 9e649faaadb599eb85c673578d6082a320d23962 | |
parent | 2234d54d3d855d6ffae88a24772a9389d6755e0c (diff) |
remove unused behvavior cruft in xfs_super.h
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.h b/fs/xfs/linux-2.6/xfs_super.h index 56dc48a76fab..d5d776d4cd67 100644 --- a/fs/xfs/linux-2.6/xfs_super.h +++ b/fs/xfs/linux-2.6/xfs_super.h | |||
@@ -20,24 +20,12 @@ | |||
20 | 20 | ||
21 | #include <linux/exportfs.h> | 21 | #include <linux/exportfs.h> |
22 | 22 | ||
23 | #ifdef CONFIG_XFS_DMAPI | ||
24 | # define vfs_insertdmapi(vfs) vfs_insertops(vfsp, &xfs_dmops) | ||
25 | # define vfs_initdmapi() dmapi_init() | ||
26 | # define vfs_exitdmapi() dmapi_uninit() | ||
27 | #else | ||
28 | # define vfs_insertdmapi(vfs) do { } while (0) | ||
29 | # define vfs_initdmapi() do { } while (0) | ||
30 | # define vfs_exitdmapi() do { } while (0) | ||
31 | #endif | ||
32 | |||
33 | #ifdef CONFIG_XFS_QUOTA | 23 | #ifdef CONFIG_XFS_QUOTA |
34 | # define vfs_insertquota(vfs) vfs_insertops(vfsp, &xfs_qmops) | ||
35 | extern void xfs_qm_init(void); | 24 | extern void xfs_qm_init(void); |
36 | extern void xfs_qm_exit(void); | 25 | extern void xfs_qm_exit(void); |
37 | # define vfs_initquota() xfs_qm_init() | 26 | # define vfs_initquota() xfs_qm_init() |
38 | # define vfs_exitquota() xfs_qm_exit() | 27 | # define vfs_exitquota() xfs_qm_exit() |
39 | #else | 28 | #else |
40 | # define vfs_insertquota(vfs) do { } while (0) | ||
41 | # define vfs_initquota() do { } while (0) | 29 | # define vfs_initquota() do { } while (0) |
42 | # define vfs_exitquota() do { } while (0) | 30 | # define vfs_exitquota() do { } while (0) |
43 | #endif | 31 | #endif |