Hi guys,
I have got a patch migrating from 3.11 version, and it works for
3.19.25/26.
It could be a regression. The patch looks like:
--- ufs/super.c 2015-09-26 17:18:46.000000000 +0800
+++ work/super.c 2015-10-12 23:46:40.964962685 +0800
@@ -805,6 +805,7 @@
UFSD("flag %u\n", (int)(sb->s_flags & MS_RDONLY));
mutex_init(&sbi->mutex);
+ mutex_init(&sbi->s_lock);
spin_lock_init(&sbi->work_lock);
INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs);
/*
Pls help review this patch.
Meanwhile, source tar downloaded by 3.19.0-26 quite matches what I get
from kernel, though they both look like 3.19.8.
root@compiler-14:~# diff linux-3.19.8/Makefile
~/ufs_rw/linux-lts-vivid-3.19.0/Makefile
4,5c4,5
< EXTRAVERSION =
< NAME = Diseased Newt
---
> EXTRAVERSION = -ckt5
> NAME = Sedated Swine
/// ...
At least the header is different, which is related to this patch.
root@compiler-14:~# diff linux-3.19.8/fs/ufs/ufs.h
~/ufs_rw/linux-lts-vivid-3.19.0/fs/ufs/
32a33
> struct mutex s_lock;
Regards
** Patch added: "patch to enable ufs rw for 3.19.25/26"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1501623/+attachment/4493043/+files/ufs_rw.patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1501623
Title:
UFS rw support fails with 3.19.0-26-generic
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1501623/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs