aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2006-01-11 15:30:08 +1100
committerNathan Scott <nathans@sgi.com>2006-01-11 15:30:08 +1100
commite13a73f02595c564e423bda5742fb8df4ebca455 (patch)
tree0bd3dfd259bb21266332faa255f6d64001915fd1 /fs/xfs/xfs_fsops.h
parent1df84c930a5101223da016f256b46b192dbf2b30 (diff)
downloadkernel_samsung_smdk4412-e13a73f02595c564e423bda5742fb8df4ebca455.zip
kernel_samsung_smdk4412-e13a73f02595c564e423bda5742fb8df4ebca455.tar.gz
kernel_samsung_smdk4412-e13a73f02595c564e423bda5742fb8df4ebca455.tar.bz2
[XFS] Write log dummy record when freezing filesystem
SGI-PV: 945483 SGI-Modid: xfs-linux-melb:xfs-kern:202638a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_fsops.h')
-rw-r--r--fs/xfs/xfs_fsops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_fsops.h b/fs/xfs/xfs_fsops.h
index f32713f..300d0c9 100644
--- a/fs/xfs/xfs_fsops.h
+++ b/fs/xfs/xfs_fsops.h
@@ -25,5 +25,6 @@ extern int xfs_fs_counts(xfs_mount_t *mp, xfs_fsop_counts_t *cnt);
extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
xfs_fsop_resblks_t *outval);
extern int xfs_fs_goingdown(xfs_mount_t *mp, __uint32_t inflags);
+extern void xfs_fs_log_dummy(xfs_mount_t *mp);
#endif /* __XFS_FSOPS_H__ */