]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_mount.h
[XFS] xfs_unmountfs should return void
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_mount.h
index 02c16b9ce2ab7fea6ab8e4c52fc8438d79987f66..f3c1024b1241ed8663568db7e309e75c83f866f0 100644 (file)
@@ -513,7 +513,7 @@ extern int  xfs_log_sbcount(xfs_mount_t *, uint);
 extern int     xfs_mountfs(xfs_mount_t *mp);
 extern void    xfs_mountfs_check_barriers(xfs_mount_t *mp);
 
-extern int     xfs_unmountfs(xfs_mount_t *);
+extern void    xfs_unmountfs(xfs_mount_t *);
 extern int     xfs_unmountfs_writesb(xfs_mount_t *);
 extern int     xfs_unmount_flush(xfs_mount_t *, int);
 extern int     xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int64_t, int);