Re: [Xen-devel] [PATCH 6/6] xen/sched: don't disable scheduler on cpus during suspend

2019-03-27 Thread Juergen Gross
On 28/03/2019 00:10, Dario Faggioli wrote: > On Mon, 2019-03-18 at 14:11 +0100, Juergen Gross wrote: >> Today there is special handling in cpu_disable_scheduler() for >> suspend >> by forcing all vcpus to the boot cpu. In fact there is no need for >> that >> as during resume the vcpus are put on th

[Xen-devel] [RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API

2019-03-27 Thread David Howells
Hi Al, Here's a set of patches that converts a bunch (but not yet all!) to the new mount API. To this end, it makes the following changes: (1) Provides a convenience member in struct fs_context that is OR'd into sb->s_iflags by sget_fc(). (2) Provides a convenience helper function, vfs_

<    1   2