diff options
Diffstat (limited to 'fs/ubifs/super.c')
| -rw-r--r-- | fs/ubifs/super.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 39e3efec8..63b2164d3 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -824,7 +824,7 @@ out_free:   * through mounting (error path cleanup function). So it has to make sure the   * resource was actually allocated before freeing it.   */ -static void ubifs_umount(struct ubifs_info *c) +void ubifs_umount(struct ubifs_info *c)  {  	dbg_gen("un-mounting UBI device %d, volume %d", c->vi.ubi_num,  		c->vi.vol_id); |