diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-08-14 06:19:59 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-08-14 06:19:59 -0400 |
| commit | 8d7ccaa545490cdffdfaff0842436a8dd85cf47b (patch) | |
| tree | 8129b5907161bc6ae26deb3645ce1e280c5e1f51 /fs/xfs/xfs_vfsops.h | |
| parent | b2139aa0eec330c711c5a279db361e5ef1178e78 (diff) | |
| parent | 30a2f3c60a84092c8084dfe788b710f8d0768cd4 (diff) | |
Merge commit 'v2.6.27-rc3' into x86/prototypes
Conflicts:
include/asm-x86/dma-mapping.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/xfs/xfs_vfsops.h')
| -rw-r--r-- | fs/xfs/xfs_vfsops.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/xfs_vfsops.h b/fs/xfs/xfs_vfsops.h index 1688817c55ed..a74b05087da4 100644 --- a/fs/xfs/xfs_vfsops.h +++ b/fs/xfs/xfs_vfsops.h | |||
| @@ -8,11 +8,6 @@ struct kstatfs; | |||
| 8 | struct xfs_mount; | 8 | struct xfs_mount; |
| 9 | struct xfs_mount_args; | 9 | struct xfs_mount_args; |
| 10 | 10 | ||
| 11 | int xfs_mount(struct xfs_mount *mp, struct xfs_mount_args *args, | ||
| 12 | struct cred *credp); | ||
| 13 | int xfs_unmount(struct xfs_mount *mp, int flags, struct cred *credp); | ||
| 14 | int xfs_mntupdate(struct xfs_mount *mp, int *flags, | ||
| 15 | struct xfs_mount_args *args); | ||
| 16 | int xfs_sync(struct xfs_mount *mp, int flags); | 11 | int xfs_sync(struct xfs_mount *mp, int flags); |
| 17 | void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname, | 12 | void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname, |
| 18 | int lnnum); | 13 | int lnnum); |
