xfs_unmountfs should return void
xfs_unmounts can't and shouldn't return errors so declare it as
returning void.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Wed Aug 6 15:23:03 AEST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-mm
Inspected by:
hch
lachlan
Author: lachlan
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31833a
fs/xfs/xfs_mount.h - 1.274 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.274&r2=text&tr2=1.273&f=h
fs/xfs/xfs_mount.c - 1.442 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.442&r2=text&tr2=1.441&f=h
- xfs_unmountfs should return void
|