X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fubifs%2Fsuper.c;h=c5c98355459a5fcfab9312b3719e3695c440aadd;hb=82268da1b130f763d22d04f7d016bbf6fc8815c2;hp=1182b66a5491443ac725504ec3bd7e3bf0b0dc30;hpb=221be177e68e197a946bb991c8b91468e960be4e;p=linux-2.6-omap-h63xx.git diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 1182b66a549..c5c98355459 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -2034,7 +2034,8 @@ static int ubifs_get_sb(struct file_system_type *fs_type, int flags, /* 'fill_super()' opens ubi again so we must close it here */ ubi_close_volume(ubi); - return simple_set_mnt(mnt, sb); + simple_set_mnt(mnt, sb); + return 0; out_deact: up_write(&sb->s_umount);