]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/libfs.c
OMAP: dmtimer: enable all timers to be wakeup events
[linux-2.6-omap-h63xx.git] / fs / libfs.c
index ec600bd33e75b041c133532eae6cd6c88923db48..4910a36f516e3081bcb61713260bb2ca637a9612 100644 (file)
@@ -242,7 +242,8 @@ int get_sb_pseudo(struct file_system_type *fs_type, char *name,
        d_instantiate(dentry, root);
        s->s_root = dentry;
        s->s_flags |= MS_ACTIVE;
-       return simple_set_mnt(mnt, s);
+       simple_set_mnt(mnt, s);
+       return 0;
 
 Enomem:
        up_write(&s->s_umount);